changeset 7257:9f8ea4d17cb5

ICDecompressEndEx() added
author arpi
date Tue, 03 Sep 2002 20:02:53 +0000
parents ec6dd0a29d93
children 2a96fbce0848
files loader/wine/vfw.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/wine/vfw.h	Tue Sep 03 18:10:42 2002 +0000
+++ b/loader/wine/vfw.h	Tue Sep 03 20:02:53 2002 +0000
@@ -427,7 +427,7 @@
 	)
 
 #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 */