diff options
Diffstat (limited to 'loader/wine/vfw.h')
-rw-r--r-- | loader/wine/vfw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h index a72da79c89..85bce6d983 100644 --- a/loader/wine/vfw.h +++ b/loader/wine/vfw.h @@ -442,7 +442,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); long VFWAPIV ICDrawBegin( HIC hic, |