changeset 3131:1356a5a69073

packed attribute added
author arpi
date Mon, 26 Nov 2001 01:14:17 +0000
parents 623cdb771e97
children ab67556586fa
files loader/wine/vfw.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;