Modificato meccanismo di lancio programmi

git-svn-id: svn://10.65.10.50/trunk@3030 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-06-20 13:48:56 +00:00
parent 8cd0b30be6
commit 28bf34a56a

View File

@ -171,6 +171,7 @@ long XVT_CALLCONV1 TApplication::task_eh(WINDOW win, EVENT *ep)
message_box("Attach to process %d ...", getpid());
#endif
do_events();
allow_another_instance();
break;
#if XVT_OS == XVT_OS_WIN || XVT_OS == XVT_OS_NT