Bugfix: Call InitThreadInput in GetFastQueue with correct parameter

for 32-bit queues.
This commit is contained in:
Ulrich Weigand 1998-11-24 20:46:36 +00:00 committed by Alexandre Julliard
parent a2fe8ebe3c
commit 6529aa7643

View file

@ -1280,7 +1280,7 @@ HANDLE32 WINAPI GetFastQueue( void )
{
HMODULE16 hModule = GetModuleHandle16( "USER" );
FARPROC16 proc = WIN32_GetProcAddress16( hModule, "InitThreadInput" );
Callbacks->CallBootAppProc( proc, 0, 4 ); /* FIXME! */
Callbacks->CallBootAppProc( proc, 0, THREAD_IsWin16(thdb)? 4 : 5 ); /* FIXME! */
}
if (!(thdb->teb.queue))