WaE: unused variable 'hProcess'

This commit is contained in:
David Tardon 2012-04-16 16:18:01 +02:00
parent df02932ed3
commit cc138ca963

View file

@ -256,11 +256,13 @@ DWORD WINAPI InputThread( LPVOID pParam )
DWORD WINAPI WaitForUIThread( LPVOID pParam )
{
#ifndef UNOPKG
HANDLE hProcess = (HANDLE)pParam;
#ifndef UNOPKG
if ( !_tgetenv( TEXT("UNOPKG") ) )
WaitForInputIdle( hProcess, INFINITE );
#else
(void) pParam;
#endif
return 0;