[Mplayer-cvslog] CVS: main/loader win32.c,1.41,1.42
Arpi of Ize
arpi at mplayer.dev.hu
Mon Dec 17 01:57:53 CET 2001
Update of /cvsroot/mplayer/main/loader
In directory mplayer:/var/tmp.root/cvs-serv28600
Modified Files:
win32.c
Log Message:
CoTaskMemAlloc def should match prototyp in com.h
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- win32.c 12 Dec 2001 12:26:07 -0000 1.41
+++ win32.c 17 Dec 2001 00:57:50 -0000 1.42
@@ -2689,7 +2689,7 @@
-void* CoTaskMemAlloc(ULONG cb)
+void* CoTaskMemAlloc(unsigned long cb)
{
return expCoTaskMemAlloc(cb);
}
More information about the MPlayer-cvslog
mailing list