mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Use lowercase windows.h include
To fix a MinGW error.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user