From 519437261e91e1ac987f72ac2e7e3f5285e1d13a Mon Sep 17 00:00:00 2001 From: jkeil Date: Fri, 13 Jul 2001 08:51:50 +0000 Subject: Fix two prototype warnings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1313 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/vfl.c | 1 + loader/wine/vfw.h | 1 + 2 files changed, 2 insertions(+) (limited to 'loader') diff --git a/loader/vfl.c b/loader/vfl.c index d15518c35e..e8f4b2e1fc 100644 --- a/loader/vfl.c +++ b/loader/vfl.c @@ -4,6 +4,7 @@ #include #include +#include #include #include "win32.h" 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) \ -- cgit v1.2.3