diff options
-rw-r--r-- | loader/wine/vfw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h index 7bf72be42d..89c76c3ef2 100644 --- a/loader/wine/vfw.h +++ b/loader/wine/vfw.h @@ -207,6 +207,9 @@ typedef struct { void* lpPrev; } ICCOMPRESS; + +long VFWAPI VideoForWindowsVersion(void); + long VFWAPIV ICCompress( HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiOutput,void* lpData, LPBITMAPINFOHEADER lpbiInput,void* lpBits,long* lpckid, |