summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-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 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 */