[ros-diffs] [arty] 28962: Add 2-byte packing for the DWORD size that follows the 'BM' signature.

arty at svn.reactos.org arty at svn.reactos.org
Sun Sep 9 07:04:33 CEST 2007


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?rev=28962&r1=28961&r2=28962&view=diff
==============================================================================
--- 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 {




More information about the Ros-diffs mailing list