fix builds with case sensitive includes
Tested during cross-compilation for MS Windows using MinGW.
This commit is contained in:
committed by
Robert Osfield
parent
8feae585e1
commit
7eaceb0baa
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#pragma warning( disable : 4244 )
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user