Force PSAPI_VERSION to 1 in order to fix compatibility with Windows Vista.

This commit is contained in:
LoRd_MuldeR 2019-06-20 18:50:57 +02:00
parent f1b0d32f33
commit 4eb219481a

View File

@ -20,6 +20,7 @@
//////////////////////////////////////////////////////////////////////////////////
//Win32 API
#define PSAPI_VERSION 1
#define WIN32_LEAN_AND_MEAN 1
#include <Windows.h>
#include <Psapi.h>