Fixup sysinfo.c SystemProcessInfo header.
authorJames Tabor <james.tabor@reactos.org>
Mon, 23 May 2005 18:59:21 +0000 (18:59 +0000)
committerJames Tabor <james.tabor@reactos.org>
Mon, 23 May 2005 18:59:21 +0000 (18:59 +0000)
svn path=/trunk/; revision=15478

reactos/include/ntos/zwtypes.h

index 1402dee..d523d84 100755 (executable)
@@ -326,7 +326,7 @@ typedef struct _SYSTEM_PERFORMANCE_INFORMATION {
        ULONG  SystemCalls;
 } SYSTEM_PERFORMANCE_INFORMATION, *PSYSTEM_PERFORMANCE_INFORMATION;
 
-#ifndef __USE_W32API
+/*#ifndef __USE_W32API*/
 
 // SystemProcessThreadInfo (5)
 typedef struct _SYSTEM_THREAD_INFORMATION 
@@ -391,7 +391,7 @@ typedef struct _SYSTEM_PROCESS_INFORMATION
     SYSTEM_THREAD_INFORMATION TH[1];
 } SYSTEM_PROCESS_INFORMATION, *PSYSTEM_PROCESS_INFORMATION;
 
-#endif 
+/*#endif */
 
 // SystemModuleInformation (11)
 typedef struct _SYSTEM_MODULE_INFORMATION_ENTRY {