summaryrefslogtreecommitdiff
path: root/src/libw32dll/wine/loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libw32dll/wine/loader.h')
-rw-r--r--src/libw32dll/wine/loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libw32dll/wine/loader.h b/src/libw32dll/wine/loader.h
index e2ee82c75..d26e0d876 100644
--- a/src/libw32dll/wine/loader.h
+++ b/src/libw32dll/wine/loader.h
@@ -49,7 +49,7 @@ LRESULT VFWAPI ICClose(HIC hic);
LRESULT VFWAPI ICSendMessage(HIC hic, unsigned int msg, long dw1, long dw2);
HIC VFWAPI ICLocate(long fccType, long fccHandler, LPBITMAPINFOHEADER lpbiIn, LPBITMAPINFOHEADER lpbiOut, short wFlags);
-int VFWAPI ICDoSomething();
+int VFWAPI ICDoSomething(void);
#define ICCompressGetFormat(hic, lpbiInput, lpbiOutput) \
ICSendMessage( \