Fix warning compiling with i686-w64-mingw32-gcc

This commit is contained in:
William S Fulton 2016-05-29 00:50:00 +01:00
commit 8eb9eebb84

View file

@ -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