[Mplayer-cvslog] CVS: main/loader/wine vfw.h,1.3,1.4 config.h,1.1.1.1,NONE

Jürgen Keil jkeil at mplayer.dev.hu
Thu Jul 12 17:27:50 CEST 2001


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

Modified Files:
	vfw.h 
Removed Files:
	config.h 
Log Message:
Add prototypes to wine/loader stuff, so that we can catch __stdcall function
attribute mismatch between caller/caller.  wine/loader is less sensitive to
optimization now.  (now that avifile-0.6 has the same patch installed, we're
a bit closer to their CVS tree)

Speed up win32 "QueryPerformanceFrequency" emulation on solaris.


Index: vfw.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/vfw.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vfw.h	8 Jul 2001 17:19:01 -0000	1.3
+++ vfw.h	12 Jul 2001 15:27:48 -0000	1.4
@@ -442,7 +442,7 @@
 LRESULT	VFWAPI ICSendMessage(HIC hic, unsigned int msg, long dw1, long dw2);
 HIC	VFWAPI ICLocate(long fccType, long fccHandler, LPBITMAPINFOHEADER lpbiIn, LPBITMAPINFOHEADER lpbiOut, short wFlags);
 
-int VFWAPI ICDoSomething();
+int VFWAPI ICDoSomething(void);
 
 long	VFWAPIV	ICDrawBegin(
         HIC			hic,

--- config.h DELETED ---




More information about the MPlayer-cvslog mailing list