Merge pull request #2401 from stweil/includes

Don't include windows.h from platform.h
This commit is contained in:
zdenop 2019-04-21 22:36:27 +02:00 committed by GitHub
commit c7c11f798f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -25,9 +25,9 @@
#include <sstream> // for std::stringstream
#include "genericvector.h"
#include "host.h" // platform.h, windows.h for MAX_PATH
#include "tprintf.h"
#include "params.h"
#include "platform.h" // MAX_PATH
#define PLUS '+' //flag states
#define MINUS '-'

View File

@ -20,7 +20,6 @@
#define DLLSYM
#ifdef _WIN32
# include <windows.h> // MAX_PATH
# ifndef NOMINMAX
# define NOMINMAX
# endif /* NOMINMAX */