[Mplayer-cvslog] CVS: main/loader/wine windef.h,1.4,1.5

Zoltan Ponekker pontscho at mplayer.dev.hu
Mon Dec 17 00:45:52 CET 2001


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

Modified Files:
	windef.h 
Log Message:
ULONG bug fix

Index: windef.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/windef.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- windef.h	16 Dec 2001 21:52:41 -0000	1.4
+++ windef.h	16 Dec 2001 23:45:49 -0000	1.5
@@ -151,7 +151,7 @@
 typedef unsigned int    UINT;
 typedef unsigned short  WORD;
 typedef unsigned int    DWORD;
-typedef unsigned int    ULONG;
+typedef unsigned long   ULONG;
 typedef unsigned char   BYTE;
 typedef long            LONG;
 typedef short           SHORT;




More information about the MPlayer-cvslog mailing list