CVS: winex/include ntddk.h,1.8,1.9
[email protected] 12 Sep 2007 12:39:33 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include ntddk.h,1.8,1.9Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv12984/include
Modified Files:
ntddk.h
Log Message:
- fixed yet another compile error (oops). Unfortunately this and a couple of my other recent changes caused the CP patch to fail. Checking in a new one in a couple minutes.
Index: ntddk.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/ntddk.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ntddk.h 12 Sep 2007 12:39:06 -0000 1.8
+++ ntddk.h 12 Sep 2007 12:39:30 -0000 1.9
@@ -764,19 +764,6 @@
DWORD Unknown3[4];
} THREAD_INFO, PTHREAD_INFO;
-typedef struct _VM_COUNTERS_
-{ ULONG PeakVirtualSize;
- ULONG VirtualSize;
- ULONG PageFaultCount;
- ULONG PeakWorkingSetSize;
- ULONG WorkingSetSize;
- ULONG QuotaPeakPagedPoolUsage;
- ULONG QuotaPagedPoolUsage;
- ULONG QuotaPeakNonPagedPoolUsage;
- ULONG QuotaNonPagedPoolUsage;
- ULONG PagefileUsage;
- ULONG PeakPagefileUsage;
-} VM_COUNTERS, *PVM_COUNTERS;
/* process information */