* Fixed compiling of the native d3d9.dll
[reactos.git] / reactos / include / psdk / d3d9types.h
index 1d11343..cf46cb7 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef __WINE_D3D9TYPES_H
 #define __WINE_D3D9TYPES_H
 
+#pragma pack(push, 4)
+
 /*****************************************************************************
  * Direct 3D v9 #defines
  */
@@ -1531,4 +1533,6 @@ typedef struct _D3DVOLUME_DESC {
     UINT                Depth;
 } D3DVOLUME_DESC;
 
+#pragma pack(pop)
+
 #endif /* __WINE_D3D9TYPES_H */