Commit 455b707e authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

ntdll: Return STATUS_PENDING when restarting asyncs.

parent 2bec828a
......@@ -390,6 +390,7 @@ static void invoke_system_apc( const apc_call_t *call, apc_result_t *result, BOO
/* the server will pass us NULL if a call failed synchronously */
set_async_iosb( call->async_io.sb, result->async_io.status, info );
}
else result->async_io.status = STATUS_PENDING; /* restart it */
break;
}
case APC_VIRTUAL_ALLOC:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment