Fix spelling of Windows.h for cross compiling

Closes #176
This commit is contained in:
Jason Turner
2015-06-10 18:49:54 -06:00
parent 86482b0103
commit 88ab00679f

View File

@@ -37,7 +37,7 @@
#ifdef CHAISCRIPT_WINDOWS #ifdef CHAISCRIPT_WINDOWS
#define VC_EXTRA_LEAN #define VC_EXTRA_LEAN
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <Windows.h> #include <windows.h>
#endif #endif
#endif #endif