Fixed GetProcessId include compatibility for windows server 2012 & windows 8
This commit is contained in:
parent
bd00c80ea8
commit
86e059b403
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
#ifdef VANILLA_WIN32
|
||||
# define VC_EXTRALEAN
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# undef _WIN32_WINNT
|
||||
# define _WIN32_WINNT 0x0502
|
||||
# include <windows.h>
|
||||
# include <io.h>
|
||||
# include <fcntl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue