From: LoRd_MuldeR Date: Thu, 20 Jun 2019 16:50:57 +0000 (+0200) Subject: Force PSAPI_VERSION to 1 in order to fix compatibility with Windows Vista. X-Git-Tag: v1.13~6 X-Git-Url: http://git.osdn.net/view?p=mutilities%2FMUtilities.git;a=commitdiff_plain;h=4eb219481aefd02c16a409df5238399538836323 Force PSAPI_VERSION to 1 in order to fix compatibility with Windows Vista. --- 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