[ros-diffs] [hbirr] 17312: Moved the pragma to the correct position.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Thu Aug 11 22:44:16 CEST 2005


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050811/a14713c5/attachment.html


More information about the Ros-diffs mailing list