Commit 5c0f1e10 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Release the Win16 lock before starting the DOS process, since it's not

really a Win16 app.
parent 287638fd
......@@ -559,6 +559,7 @@ static void MZ_Launch(void)
context.SegDs = lpDosTask->psp_seg;
context.SegEs = lpDosTask->psp_seg;
context.EFlags = 0x00080000; /* virtual interrupt flag */
_LeaveWin16Lock();
DOSVM_Enter( &context );
}
......
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