Commit b211ec4c authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Fix compiler warnings.

parent 02300aea
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include "spy.h" #include "spy.h"
#include "tweak.h" #include "tweak.h"
#include "user.h" #include "user.h"
#include "cursoricon.h"
#include "global.h" #include "global.h"
#include "dce.h" #include "dce.h"
#include "shell.h" #include "shell.h"
......
...@@ -240,7 +240,7 @@ static BOOL WINAPI CALLBACK_CallWOWCallback16Ex( ...@@ -240,7 +240,7 @@ static BOOL WINAPI CALLBACK_CallWOWCallback16Ex(
/********************************************************************** /**********************************************************************
* CALLBACK_CallUTProc * 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" ); ERR( relay, "Cannot call a UT thunk proc in Winelib\n" );
assert( FALSE ); assert( FALSE );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment