Windows.h -> windows.h for cross-mingw build
authorPerttu Ahola <celeron55@gmail.com>
Sun, 14 Aug 2011 18:26:07 +0000 (21:26 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 14 Aug 2011 18:26:07 +0000 (21:26 +0300)
src/filesys.cpp

index 8248a13d46f3703c48061faa68f3b2e150289f8e..037d21fdbbe34f71d2b0f4a6987be4c14e96c6d0 100644 (file)
@@ -28,7 +28,7 @@ namespace fs
 #ifdef _WIN32 // WINDOWS
 
 #define _WIN32_WINNT 0x0501
-#include <Windows.h>
+#include <windows.h>
 #include <stdio.h>
 #include <malloc.h>
 #include <tchar.h>