Rudolf Mayerhofer : include: Add information class SystemLogicalProcessorInformation.

Alexandre Julliard julliard at winehq.org
Thu Oct 7 11:24:29 CDT 2010


Module: wine
Branch: master
Commit: ded24c0d1fb3138663ba336ac5dc74caf5cb5a30
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ded24c0d1fb3138663ba336ac5dc74caf5cb5a30

Author: Rudolf Mayerhofer <rm at eightyfive.net>
Date:   Tue Oct  5 12:45:20 2010 +0200

include: Add information class SystemLogicalProcessorInformation.

---

 include/winternl.h |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/include/winternl.h b/include/winternl.h
index ee3dd98..d40c701 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -783,6 +783,26 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
     SystemVerifierInformation = 51,
     SystemAddVerifier = 52,
     SystemSessionProcessesInformation	= 53,
+    Unknown54,
+    Unknown55,
+    Unknown56,
+    Unknown57,
+    Unknown58,
+    Unknown59,
+    Unknown60,
+    Unknown61,
+    Unknown62,
+    Unknown63,
+    Unknown64,
+    Unknown65,
+    Unknown66,
+    Unknown67,
+    Unknown68,
+    Unknown69,
+    Unknown70,
+    Unknown71,
+    Unknown72,
+    SystemLogicalProcessorInformation = 73,
     SystemInformationClassMax
 } SYSTEM_INFORMATION_CLASS, *PSYSTEM_INFORMATION_CLASS;
 




More information about the wine-cvs mailing list