Lowercase windows.h includes for MinGW cross-compiling compatibility
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
// Include this last because some #defines in the Windows headers cause compile errors in my headers.
|
||||
// Fortunately they're on symbols not used in this file, so this should work.
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <gl/GL.h>
|
||||
#undef HELP_INDEX // Except this one
|
||||
|
||||
|
Reference in New Issue
Block a user