mirror of
https://github.com/reactos/reactos.git
synced 2026-05-29 21:19:51 +08:00
Moved the pragma to the correct position.
svn path=/trunk/; revision=17312
This commit is contained in:
@@ -50,6 +50,8 @@ typedef enum _BUS_DATA_TYPE {
|
||||
MaximumBusDataType
|
||||
} BUS_DATA_TYPE, *PBUS_DATA_TYPE;
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
NTOSAPI
|
||||
VOID
|
||||
DDKAPI
|
||||
@@ -95,8 +97,6 @@ IoWritePartitionTable(
|
||||
((Mdl)->MappedSystemVa) : \
|
||||
(MmMapLockedPages((Mdl), KernelMode)))
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user