Bug 848491 - Fixed cross compilation with mingw.

This commit is contained in:
Jacek Caban 2013-12-04 13:25:41 +01:00
parent 0159728ca5
commit 05a5241c15

View File

@ -11,7 +11,7 @@
#ifdef SK_USE_POSIX_THREADS
#include <pthread.h>
#elif defined(SK_BUILD_FOR_WIN32)
#include <Windows.h>
#include <windows.h>
#endif
/**