Fixed #4636 (Fails to compile using mxe *-to-windows cross compiler)

This commit is contained in:
Daniel Marjamäki 2013-03-14 06:45:32 +01:00
parent 4b9b87e310
commit 8f2ca7c9d0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#define THREADING_MODEL_FORK
#elif defined(_WIN32)
#define THREADING_MODEL_WIN
#include <Windows.h>
#include <windows.h>
#endif
class Settings;