diff loader/wine/vfw.h @ 3131:1356a5a69073

packed attribute added
author arpi
date Mon, 26 Nov 2001 01:14:17 +0000
parents 2712e787f872
children 633a8d6e40dc
line wrap: on
line diff
--- 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;