[Mplayer-cvslog] CVS: main/loader/wine vfw.h,1.7,1.8 windef.h,1.3,1.4

Arpi of Ize arpi at mplayer.dev.hu
Sun Dec 16 22:52:44 CET 2001


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

Modified Files:
	vfw.h windef.h 
Log Message:
workaround for Alpha - by Falk Hueffner <falk.hueffner at student.uni-tuebingen.de>

Index: vfw.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/vfw.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vfw.h	26 Nov 2001 01:14:17 -0000	1.7
+++ vfw.h	16 Dec 2001 21:52:41 -0000	1.8
@@ -19,17 +19,17 @@
 #define _BITMAPINFOHEADER_
 typedef struct __attribute__((__packed__))
 {
-    long 	biSize;
-    long  	biWidth;
-    long  	biHeight;
+    int 	biSize;
+    int  	biWidth;
+    int  	biHeight;
     short 	biPlanes;
     short 	biBitCount;
-    long 	biCompression;
-    long 	biSizeImage;
-    long  	biXPelsPerMeter;
-    long  	biYPelsPerMeter;
-    long 	biClrUsed;
-    long 	biClrImportant;
+    int 	biCompression;
+    int 	biSizeImage;
+    int  	biXPelsPerMeter;
+    int  	biYPelsPerMeter;
+    int 	biClrUsed;
+    int 	biClrImportant;
 } BITMAPINFOHEADER, *PBITMAPINFOHEADER, *LPBITMAPINFOHEADER;
 typedef struct {
 	BITMAPINFOHEADER bmiHeader;

Index: windef.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/windef.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- windef.h	21 Mar 2001 23:55:01 -0000	1.3
+++ windef.h	16 Dec 2001 21:52:41 -0000	1.4
@@ -150,8 +150,8 @@
 typedef int             INT;
 typedef unsigned int    UINT;
 typedef unsigned short  WORD;
-typedef unsigned long   DWORD;
-typedef unsigned long   ULONG;
+typedef unsigned int    DWORD;
+typedef unsigned int    ULONG;
 typedef unsigned char   BYTE;
 typedef long            LONG;
 typedef short           SHORT;




More information about the MPlayer-cvslog mailing list