Skip to content
Snippets Groups Projects
Commit 5c0f1e10 authored by Ove Kåven's avatar Ove Kåven Committed by Alexandre Julliard
Browse files

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

really a Win16 app.
parent 287638fd
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment