Commit 84d72a9a authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard

Removed an '#ifdef STRICT'.

parent 865cf375
......@@ -126,13 +126,7 @@ static DWORD CALLBACK DPL_MSG_ThreadMain( LPVOID lpContext )
for ( ;; )
{
MSG lobbyMsg;
#ifdef STRICT
HANDLE hNullHandle = NULL;
#else
HANDLE hNullHandle = 0;
#endif
GetMessageW( &lobbyMsg, hNullHandle, 0, 0 );
GetMessageW( &lobbyMsg, 0, 0, 0 );
}
end_of_thread:
......
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