# HG changeset patch # User arpi # Date 1006737257 0 # Node ID 1356a5a690730599a040466c07a3de02a4f76c65 # Parent 623cdb771e976e70865dc020f2eb425a4f947acc packed attribute added diff -r 623cdb771e97 -r 1356a5a69073 loader/wine/vfw.h --- a/loader/wine/vfw.h Mon Nov 26 00:56:11 2001 +0000 +++ b/loader/wine/vfw.h Mon Nov 26 01:14:17 2001 +0000 @@ -6,7 +6,7 @@ #endif #ifndef __WINE_WINGDI_H -typedef struct +typedef struct __attribute__((__packed__)) { short bfType; long bfSize; @@ -17,7 +17,7 @@ #ifndef _BITMAPINFOHEADER_ #define _BITMAPINFOHEADER_ -typedef struct +typedef struct __attribute__((__packed__)) { long biSize; long biWidth;