Author: arty
Date: Sun Sep 9 09:04:32 2007
New Revision: 28962
URL:
http://svn.reactos.org/svn/reactos?rev=28962&view=rev
Log:
Add 2-byte packing for the DWORD size that follows the 'BM' signature.
Modified:
trunk/reactos/tools/wrc/wrcrostypes.h
Modified: trunk/reactos/tools/wrc/wrcrostypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wrc/wrcrostypes.h?re…
==============================================================================
--- trunk/reactos/tools/wrc/wrcrostypes.h (original)
+++ trunk/reactos/tools/wrc/wrcrostypes.h Sun Sep 9 09:04:32 2007
@@ -136,6 +136,7 @@
#define SUBLANG_SERBIAN_CYRILLIC 0x03
#define SUBLANG_UZBEK_CYRILLIC 0x02
+#include <pshpack2.h>
typedef struct tagBITMAPFILEHEADER {
WORD bfType;
DWORD bfSize;
@@ -143,6 +144,7 @@
WORD bfReserved2;
DWORD bfOffBits;
} BITMAPFILEHEADER,*LPBITMAPFILEHEADER,*PBITMAPFILEHEADER;
+#include <poppack.h>
typedef int FXPT2DOT30;
typedef struct tagCIEXYZ {