CtrlCore: New MT rules, window creation and event loop banned in non-main thread (win32 implementation)

git-svn-id: svn://ultimatepp.org/upp/trunk@6169 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-07-06 11:51:28 +00:00
parent b9cd98a689
commit a5cc4e2902
17 changed files with 71 additions and 252 deletions

View file

@ -66,16 +66,6 @@ bool TopWindow::IsShowEnabled() const
return true;
}
void TopWindow::SyncCaption()
{
Call(THISBACK(SyncCaption0));
}
void TopWindow::SyncTitle()
{
Call(THISBACK(SyncTitle0));
}
void TopWindow::DefaultBreak()
{
if(FindAction(IDCANCEL))