Moved the pragma to the correct position.

svn path=/trunk/; revision=17312
This commit is contained in:
Hartmut Birr
2005-08-11 20:44:04 +00:00
parent 3119900771
commit e9beb0d3eb

View File

@@ -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