fix builds with case sensitive includes

Tested during cross-compilation for MS Windows using MinGW.
This commit is contained in:
Boris Pek
2018-10-10 02:33:47 +03:00
committed by Robert Osfield
parent 8feae585e1
commit 7eaceb0baa
4 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
*/
#ifdef _MSC_VER
#include <Windows.h>
#include <windows.h>
#pragma warning( disable : 4244 )
#endif