Removed an '#ifdef STRICT'.

This commit is contained in:
François Gouget 2001-01-02 22:16:14 +00:00 committed by Alexandre Julliard
parent 865cf3752c
commit 84d72a9a14
1 changed files with 1 additions and 7 deletions

View File

@ -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: