OSDN Git Service

Force PSAPI_VERSION to 1 in order to fix compatibility with Windows Vista.
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 20 Jun 2019 16:50:57 +0000 (18:50 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Thu, 20 Jun 2019 16:50:57 +0000 (18:50 +0200)
src/OSSupport_Win32.cpp

index a1fe52a..1c506ae 100644 (file)
@@ -20,6 +20,7 @@
 //////////////////////////////////////////////////////////////////////////////////
 
 //Win32 API
+#define PSAPI_VERSION 1
 #define WIN32_LEAN_AND_MEAN 1
 #include <Windows.h>
 #include <Psapi.h>