fix cross-compile windows build

This commit is contained in:
Joshua Warner 2013-02-15 09:53:02 -07:00
parent 8d969cd9c3
commit 71765bb26f

View File

@ -21,7 +21,7 @@
#if defined(PLATFORM_WINDOWS)
# define WIN32_LEAN_AND_MEAN
# include <Windows.h>
# include <windows.h>
#endif
using namespace vm;