Fix compiler warnings.

This commit is contained in:
Ulrich Weigand 1999-03-16 10:39:16 +00:00 committed by Alexandre Julliard
parent 02300aeaa5
commit b211ec4c95
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@
#include "spy.h"
#include "tweak.h"
#include "user.h"
#include "cursoricon.h"
#include "global.h"
#include "dce.h"
#include "shell.h"

View file

@ -240,7 +240,7 @@ static BOOL WINAPI CALLBACK_CallWOWCallback16Ex(
/**********************************************************************
* CALLBACK_CallUTProc
*/
static DWORD WINAPI CALLBACK_CallUTProc( DWORD w1, DWORD w2 )
static DWORD WINAPI CALLBACK_CallUTProc( FARPROC16 proc, DWORD w1, DWORD w2 )
{
ERR( relay, "Cannot call a UT thunk proc in Winelib\n" );
assert( FALSE );