Fix warning compiling with i686-w64-mingw32-gcc
This commit is contained in:
parent
dbb64cc458
commit
8eb9eebb84
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@
|
|||
#include <sys/wait.h>
|
||||
#include <sys/mman.h>
|
||||
#else
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue