Fix compilation for mingw
This commit is contained in:
parent
195cdbea03
commit
cab3467df1
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue