[Mplayer-cvslog] CVS: main/loader/wine vfw.h,1.4,1.5
Jürgen Keil
jkeil at mplayer.dev.hu
Fri Jul 13 10:51:52 CEST 2001
Update of /cvsroot/mplayer/main/loader/wine
In directory mplayer:/var/tmp.root/cvs-serv21474/wine
Modified Files:
vfw.h
Log Message:
Fix two prototype warnings
Index: vfw.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/vfw.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vfw.h 12 Jul 2001 15:27:48 -0000 1.4
+++ vfw.h 13 Jul 2001 08:51:50 -0000 1.5
@@ -378,6 +378,7 @@
long VFWAPIV ICDecompress(HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiFormat,void* lpData,LPBITMAPINFOHEADER lpbi,void* lpBits);
long VFWAPIV ICDecompressEx(HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiFormat,void* lpData,LPBITMAPINFOHEADER lpbi,void* lpBits);
+long VFWAPIV ICUniversalEx(HIC hic,int command,LPBITMAPINFOHEADER lpbiFormat,LPBITMAPINFOHEADER lpbi);
#define ICDecompressBegin(hic, lpbiInput, lpbiOutput) \
More information about the MPlayer-cvslog
mailing list