Force PSAPI_VERSION to 1 in order to fix compatibility with Windows Vista.
This commit is contained in:
parent
f1b0d32f33
commit
4eb219481a
@ -20,6 +20,7 @@
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//Win32 API
|
||||
#define PSAPI_VERSION 1
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#include <Windows.h>
|
||||
#include <Psapi.h>
|
||||
|
Loading…
Reference in New Issue
Block a user