WaE: unused variable 'hProcess'
This commit is contained in:
parent
df02932ed3
commit
cc138ca963
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue