Fix compilation for mingw

This commit is contained in:
joris 2013-07-25 15:00:59 +02:00
parent 195cdbea03
commit cab3467df1

View file

@ -28,6 +28,10 @@
#include <iostream>
#endif
#ifndef _WIN32_WINNT_WIN2K
#define _WIN32_WINNT_WIN2K 0x0500
#endif
static int fixmode = 0;
static HINSTANCE lib_kernel32 = NULL;