Fixed #4636 (Fails to compile using mxe *-to-windows cross compiler)
This commit is contained in:
parent
4b9b87e310
commit
8f2ca7c9d0
|
@ -28,7 +28,7 @@
|
|||
#define THREADING_MODEL_FORK
|
||||
#elif defined(_WIN32)
|
||||
#define THREADING_MODEL_WIN
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
class Settings;
|
||||
|
|
Loading…
Reference in New Issue