Moved the pragma to the correct position.
Modified: trunk/reactos/w32api/include/ddk/win2k.h

Modified: trunk/reactos/w32api/include/ddk/win2k.h
--- trunk/reactos/w32api/include/ddk/win2k.h	2005-08-11 20:43:24 UTC (rev 17311)
+++ trunk/reactos/w32api/include/ddk/win2k.h	2005-08-11 20:44:04 UTC (rev 17312)
@@ -50,6 +50,8 @@
   MaximumBusDataType
 } BUS_DATA_TYPE, *PBUS_DATA_TYPE;
 
+#pragma pack(pop)
+
 NTOSAPI
 VOID
 DDKAPI
@@ -95,8 +97,6 @@
       ((Mdl)->MappedSystemVa) : \
       (MmMapLockedPages((Mdl), KernelMode)))
 
-#pragma pack(pop)
-
 #ifdef __cplusplus
 }
 #endif