Removed an '#ifdef STRICT'.
This commit is contained in:
parent
865cf3752c
commit
84d72a9a14
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue