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) \