mib19: #163583# do not reschedule in callbacks

This commit is contained in:
Mikhail Voytenko
2010-09-10 16:33:00 +02:00
parent 8e29a77b5d
commit 583cd12ea4
2 changed files with 17 additions and 0 deletions

View File

@@ -655,6 +655,7 @@ RTLFUNC(DoEvents)
//aTimer.Start();
//while ( aTimer.IsActive() )
// Application::Reschedule();
Application::Reschedule( true );
}
RTLFUNC(GetGUIVersion)