changeset 1312:cca0d2481b7e

Fix two prototype warnings
author jkeil
date Fri, 13 Jul 2001 08:51:50 +0000
parents e116beb1ac7b
children d797ecb9778f
files loader/vfl.c loader/wine/vfw.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/loader/vfl.c	Fri Jul 13 08:44:51 2001 +0000
+++ b/loader/vfl.c	Fri Jul 13 08:51:50 2001 +0000
@@ -4,6 +4,7 @@
 #include <config.h>
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include "win32.h"
--- a/loader/wine/vfw.h	Fri Jul 13 08:44:51 2001 +0000
+++ b/loader/wine/vfw.h	Fri Jul 13 08:51:50 2001 +0000
@@ -378,6 +378,7 @@
 
 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) 	\