summaryrefslogtreecommitdiffstats
path: root/loader/wine
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine')
-rw-r--r--loader/wine/vfw.h2
1 files changed, 1 insertions, 1 deletions
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 */