[Mplayer-cvslog] CVS: main/loader/wine vfw.h,1.11,1.12
Arpi of Ize
arpi at mplayerhq.hu
Wed Oct 9 15:16:44 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main cfg-mplayer.h,1.172,1.173 mplayer.c,1.590,1.591
- Next message: [Mplayer-cvslog] CVS: main/libvo mga_common.c,1.41,1.42 vo_mga.c,1.32,1.33 vo_xmga.c,1.77,1.78
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/loader/wine
In directory mail:/var/tmp.root/cvs-serv20802
Modified Files:
vfw.h
Log Message:
VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1 at gmx.net>
Index: vfw.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/vfw.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vfw.h 13 Sep 2002 19:43:17 -0000 1.11
+++ vfw.h 9 Oct 2002 13:16:27 -0000 1.12
@@ -423,7 +423,7 @@
)
#define ICDecompressEnd(hic) ICSendMessage(hic, ICM_DECOMPRESS_END, 0, 0)
-#define ICDecompressEndEx(hic) ICUniversalEx(hic,ICM_DECOMPRESSEX_END, 0, 0)
+#define ICDecompressEndEx(hic) ICSendMessage(hic,ICM_DECOMPRESSEX_END, 0, 0)
#define ICDRAW_QUERY 0x00000001L /* test for support */
#define ICDRAW_FULLSCREEN 0x00000002L /* draw to full screen */
- Previous message: [Mplayer-cvslog] CVS: main cfg-mplayer.h,1.172,1.173 mplayer.c,1.590,1.591
- Next message: [Mplayer-cvslog] CVS: main/libvo mga_common.c,1.41,1.42 vo_mga.c,1.32,1.33 vo_xmga.c,1.77,1.78
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list