Mercurial > emacs
comparison src/w32.c @ 111675:eb37755b55e8
w32.c: Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 22 Nov 2010 20:15:07 +0200 |
parents | 3207606734d5 |
children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
111674:7e7ce061dbb1 | 111675:eb37755b55e8 |
---|---|
93 #include <tlhelp32.h> | 93 #include <tlhelp32.h> |
94 #include <psapi.h> | 94 #include <psapi.h> |
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 */ |
100 typedef struct _PROCESS_MEMORY_COUNTERS_EX { | 100 typedef struct _PROCESS_MEMORY_COUNTERS_EX { |
101 DWORD cb; | 101 DWORD cb; |
102 DWORD PageFaultCount; | 102 DWORD PageFaultCount; |
103 DWORD PeakWorkingSetSize; | 103 DWORD PeakWorkingSetSize; |