summaryrefslogtreecommitdiffstats
path: root/loader
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
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')
-rw-r--r--loader/vfl.c1
-rw-r--r--loader/wine/vfw.h1
2 files changed, 2 insertions, 0 deletions
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 <config.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#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) \