aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 4ae316765b8..d8c85bf5108 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -95,7 +95,7 @@ typedef struct _MEMORY_STATUS_EX {
95#include <w32api.h> 95#include <w32api.h>
96#if !defined(__MINGW32__) || __W32API_MAJOR_VERSION < 3 || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 15) 96#if !defined(__MINGW32__) || __W32API_MAJOR_VERSION < 3 || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 15)
97/* This either is not in psapi.h or guarded by higher value of 97/* This either is not in psapi.h or guarded by higher value of
98 _WIN32_WINNT than what we use. w32api suplied with MinGW 3.15 98 _WIN32_WINNT than what we use. w32api supplied with MinGW 3.15
99 defines it in psapi.h */ 99 defines it in psapi.h */
100typedef struct _PROCESS_MEMORY_COUNTERS_EX { 100typedef struct _PROCESS_MEMORY_COUNTERS_EX {
101 DWORD cb; 101 DWORD cb;