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
This commit is contained in:
parent
adbc594a76
commit
6184af824d
@ -488,7 +488,7 @@ void os_wake_up_caller()
|
|||||||
HWND hwnd = (HWND)xvt_vobj_get_attr(TASK_WIN, ATTR_NATIVE_WINDOW);
|
HWND hwnd = (HWND)xvt_vobj_get_attr(TASK_WIN, ATTR_NATIVE_WINDOW);
|
||||||
WinHelp(hwnd, "prassi.hlp", HELP_QUIT, 0L);
|
WinHelp(hwnd, "prassi.hlp", HELP_QUIT, 0L);
|
||||||
|
|
||||||
do_events();
|
// do_events(); non si puo' fare qui
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -173,7 +173,8 @@ bool os_is_fixed_drive(const char* path)
|
|||||||
|
|
||||||
bool os_test_disk_free_space(const char* path, unsigned long filesize)
|
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 nRequired;
|
||||||
ULARGE_INTEGER nAvailable;
|
ULARGE_INTEGER nAvailable;
|
||||||
|
|
||||||
@ -321,7 +322,7 @@ int os_execute(const TFilename& path, bool sync, bool iconizetask, bool showchil
|
|||||||
else
|
else
|
||||||
os_restore_window(tw.win());
|
os_restore_window(tw.win());
|
||||||
tw.activate();
|
tw.activate();
|
||||||
do_events();
|
// do_events(); non si puo fare qui'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user