Warning fix.

This commit is contained in:
Francois Gouget 2001-01-13 01:00:25 +00:00 committed by Alexandre Julliard
parent 62510ddbf6
commit b9521038ec
1 changed files with 3 additions and 2 deletions

View File

@ -217,8 +217,9 @@ HIC16 VFWAPI ICOpen16(DWORD fccType, DWORD fccHandler, UINT16 wMode) {
/*********************************************************************** /***********************************************************************
* ICOpenFunction [MSVIDEO.206] * ICOpenFunction [MSVIDEO.206]
*/ */
HIC16 VFWAPI ICOpenFunction16(DWORD fccType, DWORD fccHandler, UINT16 wMode, FARPROC16 lpfnHandler) { HIC16 VFWAPI ICOpenFunction16(DWORD fccType, DWORD fccHandler, UINT16 wMode, FARPROC16 lpfnHandler)
return MSVIDEO_OpenFunc(fccType, fccHandler, wMode, lpfnHandler,FALSE); {
return MSVIDEO_OpenFunc(fccType, fccHandler, wMode, (FARPROC)lpfnHandler,FALSE);
} }
/*********************************************************************** /***********************************************************************