summaryrefslogtreecommitdiffstats
path: root/loader/wine
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine')
-rw-r--r--loader/wine/vfw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h
index 85bce6d983..c75943ac5f 100644
--- a/loader/wine/vfw.h
+++ b/loader/wine/vfw.h
@@ -378,6 +378,7 @@ typedef struct {
long VFWAPIV ICDecompress(HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiFormat,void* lpData,LPBITMAPINFOHEADER lpbi,void* lpBits);
long VFWAPIV ICDecompressEx(HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiFormat,void* lpData,LPBITMAPINFOHEADER lpbi,void* lpBits);
+long VFWAPIV ICUniversalEx(HIC hic,int command,LPBITMAPINFOHEADER lpbiFormat,LPBITMAPINFOHEADER lpbi);
#define ICDecompressBegin(hic, lpbiInput, lpbiOutput) \