Lowercase windows.h includes for MinGW cross-compiling compatibility

This commit is contained in:
2015-09-13 14:31:06 -04:00
parent fa1689d7fe
commit 6b71200110
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,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>
#undef HELP_INDEX // Except this one.
// This is the index of each menu on the menubar