comparison loader/vfl.c @ 597:d751f549f29f

no more warnings...
author szabii
date Mon, 23 Apr 2001 20:16:37 +0000
parents 3b5f5d1c5041
children bf973bffe240
comparison
equal deleted inserted replaced
596:6a6b7c471c34 597:d751f549f29f
19 19
20 long VFWAPI VideoForWindowsVersion(void); 20 long VFWAPI VideoForWindowsVersion(void);
21 21
22 extern void* my_mreq(int size, int to_zero); 22 extern void* my_mreq(int size, int to_zero);
23 extern void DrvClose(HDRVR hdrvr); 23 extern void DrvClose(HDRVR hdrvr);
24 extern int my_release(char* memory); 24 extern int my_release(void* memory);
25 25
26 long VFWAPIV ICDecompress(HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiFormat,void* lpData,LPBITMAPINFOHEADER lpbi,void* lpBits); 26 long VFWAPIV ICDecompress(HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiFormat,void* lpData,LPBITMAPINFOHEADER lpbi,void* lpBits);
27 27
28 WIN_BOOL VFWAPI ICInfo(long fccType, long fccHandler, ICINFO * lpicinfo); 28 WIN_BOOL VFWAPI ICInfo(long fccType, long fccHandler, ICINFO * lpicinfo);
29 LRESULT VFWAPI ICGetInfo(HIC hic,ICINFO *picinfo, long cb); 29 LRESULT VFWAPI ICGetInfo(HIC hic,ICINFO *picinfo, long cb);