diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-09 13:16:27 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-09 13:16:27 +0000 |
commit | bc4055d60c44f62fb162ccfd2f3a2b17f7451862 (patch) | |
tree | 2b79a3c702791b822e570e0637a6fa1e723fbc04 /loader/wine | |
parent | 95ebf5118300873fb9dae097c2bf557b735b064b (diff) |
VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7679 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/wine')
-rw-r--r-- | loader/wine/vfw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h index 9855b5100e..cfaf46ee8d 100644 --- a/loader/wine/vfw.h +++ b/loader/wine/vfw.h @@ -423,7 +423,7 @@ long VFWAPIV ICUniversalEx(HIC hic,int command,LPBITMAPINFOHEADER lpbiFormat,LPB ) #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 */ |