From 4eb219481aefd02c16a409df5238399538836323 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Thu, 20 Jun 2019 18:50:57 +0200 Subject: [PATCH] Force PSAPI_VERSION to 1 in order to fix compatibility with Windows Vista. --- src/OSSupport_Win32.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OSSupport_Win32.cpp b/src/OSSupport_Win32.cpp index a1fe52a..1c506ae 100644 --- a/src/OSSupport_Win32.cpp +++ b/src/OSSupport_Win32.cpp @@ -20,6 +20,7 @@ ////////////////////////////////////////////////////////////////////////////////// //Win32 API +#define PSAPI_VERSION 1 #define WIN32_LEAN_AND_MEAN 1 #include #include -- 2.11.0