[Mplayer-cvslog] CVS: main/loader/wine windef.h,1.5,1.6
Arpi of Ize
arpi at mplayer.dev.hu
Mon Dec 17 01:59:30 CET 2001
Update of /cvsroot/mplayer/main/loader/wine
In directory mplayer:/var/tmp.root/cvs-serv28950
Modified Files:
windef.h
Log Message:
reversed patch - faszom (C++) .so-ba
Index: windef.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/windef.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- windef.h 16 Dec 2001 23:45:49 -0000 1.5
+++ windef.h 17 Dec 2001 00:59:27 -0000 1.6
@@ -151,7 +151,7 @@
typedef unsigned int UINT;
typedef unsigned short WORD;
typedef unsigned int DWORD;
-typedef unsigned long ULONG;
+typedef unsigned int ULONG;
typedef unsigned char BYTE;
typedef long LONG;
typedef short SHORT;
More information about the MPlayer-cvslog
mailing list