Fixed GetProcessId include compatibility for windows server 2012 & windows 8

This commit is contained in:
Snaipe 2015-07-31 04:21:40 +02:00
parent bd00c80ea8
commit 86e059b403

View file

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