summaryrefslogtreecommitdiffstats
path: root/loader/wine
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-13 08:51:50 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-13 08:51:50 +0000
commit519437261e91e1ac987f72ac2e7e3f5285e1d13a (patch)
tree987be3b0b6e63bf71c9b6ebf2f2352e6a37f30d7 /loader/wine
parentc6dd2c4deae052a5c074e0dc7f7c1f01b14bb5a2 (diff)
downloadmpv-519437261e91e1ac987f72ac2e7e3f5285e1d13a.tar.bz2
mpv-519437261e91e1ac987f72ac2e7e3f5285e1d13a.tar.xz
Fix two prototype warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1313 b3059339-0415-0410-9bf9-f77b7e298cf2
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) \