# HG changeset patch # User jkeil # Date 995014310 0 # Node ID cca0d2481b7e9e3b2c4fe764b073a8ff0fb1367f # Parent e116beb1ac7b4ee28357a0bdf05753bc88a4bcc6 Fix two prototype warnings diff -r e116beb1ac7b -r cca0d2481b7e loader/vfl.c --- 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 #include +#include #include #include "win32.h" diff -r e116beb1ac7b -r cca0d2481b7e loader/wine/vfw.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) \