mirror of
https://github.com/open-simh/simh.git
synced 2026-01-21 10:22:15 +00:00
parent
99e833f9c0
commit
930e497ee9
@ -1720,6 +1720,7 @@ char *read_cmdline (char *ptr, int size, FILE *stream)
|
||||
if ((hCmdThread = CreateThread(NULL, 0, CmdThread, NULL, 0, &iCmdThreadID)) == NULL)
|
||||
scp_panic("Unable to create command line reading thread");
|
||||
atexit(read_atexit);
|
||||
Sleep(500); /* Let GUI threads startup and start to process messages */
|
||||
}
|
||||
|
||||
update_gui(TRUE);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user