From d438958d33d26617c4d9f920ac645174fd4bf990 Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 3 Sep 2002 20:02:53 +0000 Subject: ICDecompressEndEx() added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7258 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/wine/vfw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/wine') diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h index a73488e42e..1eb599c729 100644 --- a/loader/wine/vfw.h +++ b/loader/wine/vfw.h @@ -427,7 +427,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 ICDRAW_QUERY 0x00000001L /* test for support */ #define ICDRAW_FULLSCREEN 0x00000002L /* draw to full screen */ -- cgit v1.2.3