From 6184af824dd60a57160aad8c6ecf74581489e114 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 12 Apr 1999 10:00:38 +0000 Subject: [PATCH] Patch level : XX.282 Files correlati : Ricompilazione Demo : [ ] Commento : Eliminata la do_events nelle os_execute git-svn-id: svn://10.65.10.50/trunk@8041 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/os_win16.cpp | 2 +- include/os_win32.cpp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/os_win16.cpp b/include/os_win16.cpp index 0a78a29df..f0d5f383e 100755 --- a/include/os_win16.cpp +++ b/include/os_win16.cpp @@ -488,7 +488,7 @@ void os_wake_up_caller() HWND hwnd = (HWND)xvt_vobj_get_attr(TASK_WIN, ATTR_NATIVE_WINDOW); WinHelp(hwnd, "prassi.hlp", HELP_QUIT, 0L); - do_events(); +// do_events(); non si puo' fare qui } diff --git a/include/os_win32.cpp b/include/os_win32.cpp index 4837287a8..4a906b2bb 100755 --- a/include/os_win32.cpp +++ b/include/os_win32.cpp @@ -173,7 +173,8 @@ bool os_is_fixed_drive(const char* path) bool os_test_disk_free_space(const char* path, unsigned long filesize) { -/* Works on WinNT and Win95 OSR2 Only! +/* + Works on WinNT and Win95 OSR2 Only! ULARGE_INTEGER nRequired; ULARGE_INTEGER nAvailable; @@ -321,7 +322,7 @@ int os_execute(const TFilename& path, bool sync, bool iconizetask, bool showchil else os_restore_window(tw.win()); tw.activate(); - do_events(); +// do_events(); non si puo fare qui'" } } else