[Mplayer-cvslog] CVS: main/loader/wine vfw.h,1.6,1.7

Arpi of Ize arpi at mplayer.dev.hu
Mon Nov 26 02:14:20 CET 2001


Update of /cvsroot/mplayer/main/loader/wine
In directory mplayer:/var/tmp.root/cvs-serv11517

Modified Files:
	vfw.h 
Log Message:
packed attribute added

Index: vfw.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/vfw.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vfw.h	14 Jul 2001 17:00:38 -0000	1.6
+++ vfw.h	26 Nov 2001 01:14:17 -0000	1.7
@@ -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;




More information about the MPlayer-cvslog mailing list