mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixup sysinfo.c SystemProcessInfo header.
svn path=/trunk/; revision=15478
This commit is contained in:
parent
78d9f19627
commit
15e364a635
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue