mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Disabled pragma statement that was causing problems
svn path=/trunk/; revision=916
This commit is contained in:
parent
974095c413
commit
e6b5c8bfc7
1 changed files with 2 additions and 0 deletions
|
@ -333,6 +333,7 @@ typedef struct _SYSTEM_PROCESS_INFORMATION
|
|||
} SYSTEM_PROCESS_INFORMATION, * PSYSTEM_PROCESS_INFORMATION;
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
#pragma pack(4)
|
||||
typedef struct _SYSTEM_DRIVER_INFO
|
||||
{
|
||||
|
@ -396,6 +397,7 @@ typedef struct _SYSTEM_CACHE_INFORMATION
|
|||
ULONG MaximumWorkingSet;
|
||||
ULONG Unused[4];
|
||||
} SYSTEM_CACHE_INFORMATION;
|
||||
#endif
|
||||
|
||||
// file information
|
||||
|
||||
|
|
Loading…
Reference in a new issue