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@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 */
participants (1)
-
Arpi of Ize