Mercurial > mplayer.hg
changeset 7678:693a19e1c98e
VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net>
author | arpi |
---|---|
date | Wed, 09 Oct 2002 13:16:27 +0000 |
parents | 33562a65e9e8 |
children | e4e70b0e1786 |
files | loader/wine/vfw.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/wine/vfw.h Wed Oct 09 01:13:40 2002 +0000 +++ b/loader/wine/vfw.h Wed Oct 09 13:16:27 2002 +0000 @@ -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 */