Use lowercase windows.h include

To fix a MinGW error.
This commit is contained in:
Oliver Hamlet
2026-01-31 15:29:33 +00:00
parent c6c3056d35
commit 10c6efca16
+1 -1
View File
@@ -32,7 +32,7 @@ along with LOOT. If not, see
#include "loot/enum/game_type.h"
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#endif
namespace loot::test {