mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 07:35:45 +00:00
Support mingw cross-compile
This commit is contained in:
parent
7c9dd58580
commit
89e57a3fb0
9 changed files with 11 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "common/assert.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue