summaryrefslogtreecommitdiff
path: root/src/libw32dll/wine/vfw.h
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-13 21:55:39 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-13 21:55:39 +0000
commit4c7ea33cb24a219650af6c2a27834f75135ced36 (patch)
tree3bae5d985ff179891d7ab50d9adb0a5a5d5be8ba /src/libw32dll/wine/vfw.h
parent9124b49213681fb5ba80db2a52fb480c539a1a1a (diff)
downloadxine-lib-4c7ea33cb24a219650af6c2a27834f75135ced36.tar.gz
xine-lib-4c7ea33cb24a219650af6c2a27834f75135ced36.tar.bz2
Fix some compiler warnings.
CVS patchset: 1399 CVS date: 2002/01/13 21:55:39
Diffstat (limited to 'src/libw32dll/wine/vfw.h')
-rw-r--r--src/libw32dll/wine/vfw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libw32dll/wine/vfw.h b/src/libw32dll/wine/vfw.h
index 3eba74e08..0a9e1ce1e 100644
--- a/src/libw32dll/wine/vfw.h
+++ b/src/libw32dll/wine/vfw.h
@@ -382,6 +382,10 @@ 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) \
ICSendMessage( \