2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-01 09:35:37 +03:00

Forced PSAPI_VERSION to 1

This commit is contained in:
WPMGPRoSToTeMa 2015-07-13 11:50:58 +03:00
parent 131d43a15e
commit 81f7402466

View File

@ -51,6 +51,7 @@
#include <windows.h> #include <windows.h>
#include <winsock.h> #include <winsock.h>
#include <wsipx.h> // for support IPX #include <wsipx.h> // for support IPX
#define PSAPI_VERSION 1
#include <psapi.h> #include <psapi.h>
#include <nmmintrin.h> #include <nmmintrin.h>
#include <fcntl.h> #include <fcntl.h>