ntdll: Allow APCs to run while waiting for a debug event reply.

This commit is contained in:
Alexandre Julliard 2007-02-13 17:17:58 +01:00
parent 34c5104bcc
commit bd7595af7b
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ static NTSTATUS send_debug_event( EXCEPTION_RECORD *rec, int first_chance, CONTE
SERVER_END_REQ;
if (!handle) return 0;
NTDLL_wait_for_multiple_objects( 1, &handle, 0, NULL, 0 );
NTDLL_wait_for_multiple_objects( 1, &handle, SELECT_INTERRUPTIBLE, NULL, 0 );
SERVER_START_REQ( get_exception_status )
{