Module: wine Branch: master Commit: 1f8876b1decd892f7456828b8325ceb307326350 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1f8876b1decd892f7456828b83...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Apr 24 12:31:03 2009 +0200
include: Fix the SYSTEM_CACHE_INFORMATION structure for Win64.
---
include/winternl.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/winternl.h b/include/winternl.h index 48fa8d0..5ebbca5 100644 --- a/include/winternl.h +++ b/include/winternl.h @@ -1302,9 +1302,11 @@ typedef struct _SYSTEM_CACHE_INFORMATION { ULONG CurrentSize; ULONG PeakSize; ULONG PageFaultCount; +#ifndef _WIN64 ULONG MinimumWorkingSet; ULONG MaximumWorkingSet; ULONG unused[4]; +#endif } SYSTEM_CACHE_INFORMATION, *PSYSTEM_CACHE_INFORMATION;
/* System Information Class 0x17 */