Miscellaneous header fixes (packing and TCHAR stuff).
[reactos.git] / reactos / w32api / include / ole2.h
index c80a9a9..2cda417 100644 (file)
@@ -4,12 +4,13 @@
 #pragma GCC system_header
 #endif
 
-#pragma pack(push,8)
 #include <winerror.h>
 #include <objbase.h>
 #include <olectlid.h>
 #include <oleauto.h>
 
+#pragma pack(push,8)
+
 #ifdef __cplusplus
 extern "C" {
 #endif