summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
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) \