bracketed include def for CW nothrow flag for MAKINGDLL only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -373,11 +373,12 @@ void wxMacStringToPascal( const char * from , StringPtr to , bool pc2macEncoding
|
|||||||
CopyCStringToPascal( from , to ) ;
|
CopyCStringToPascal( from , to ) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifdef WXMAKINGDLL
|
||||||
#ifndef __DARWIN__
|
#ifndef __DARWIN__
|
||||||
// we know it's there ;-)
|
// we know it's there ;-)
|
||||||
WXIMPORT char std::__throws_bad_alloc ;
|
WXIMPORT char std::__throws_bad_alloc ;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
bool wxApp::Initialize()
|
bool wxApp::Initialize()
|
||||||
{
|
{
|
||||||
@@ -509,6 +510,9 @@ bool wxApp::Initialize()
|
|||||||
#endif // wxUSE_LOG
|
#endif // wxUSE_LOG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
wxWinMacWindowList = new wxList(wxKEY_INTEGER);
|
||||||
|
wxWinMacControlList = new wxList(wxKEY_INTEGER);
|
||||||
|
|
||||||
wxInitializeStockLists();
|
wxInitializeStockLists();
|
||||||
wxInitializeStockObjects();
|
wxInitializeStockObjects();
|
||||||
|
|
||||||
@@ -523,9 +527,6 @@ bool wxApp::Initialize()
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxWinMacWindowList = new wxList(wxKEY_INTEGER);
|
|
||||||
wxWinMacControlList = new wxList(wxKEY_INTEGER);
|
|
||||||
|
|
||||||
wxMacCreateNotifierTable() ;
|
wxMacCreateNotifierTable() ;
|
||||||
|
|
||||||
UMAShowArrowCursor() ;
|
UMAShowArrowCursor() ;
|
||||||
|
@@ -373,11 +373,12 @@ void wxMacStringToPascal( const char * from , StringPtr to , bool pc2macEncoding
|
|||||||
CopyCStringToPascal( from , to ) ;
|
CopyCStringToPascal( from , to ) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifdef WXMAKINGDLL
|
||||||
#ifndef __DARWIN__
|
#ifndef __DARWIN__
|
||||||
// we know it's there ;-)
|
// we know it's there ;-)
|
||||||
WXIMPORT char std::__throws_bad_alloc ;
|
WXIMPORT char std::__throws_bad_alloc ;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
bool wxApp::Initialize()
|
bool wxApp::Initialize()
|
||||||
{
|
{
|
||||||
@@ -509,6 +510,9 @@ bool wxApp::Initialize()
|
|||||||
#endif // wxUSE_LOG
|
#endif // wxUSE_LOG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
wxWinMacWindowList = new wxList(wxKEY_INTEGER);
|
||||||
|
wxWinMacControlList = new wxList(wxKEY_INTEGER);
|
||||||
|
|
||||||
wxInitializeStockLists();
|
wxInitializeStockLists();
|
||||||
wxInitializeStockObjects();
|
wxInitializeStockObjects();
|
||||||
|
|
||||||
@@ -523,9 +527,6 @@ bool wxApp::Initialize()
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxWinMacWindowList = new wxList(wxKEY_INTEGER);
|
|
||||||
wxWinMacControlList = new wxList(wxKEY_INTEGER);
|
|
||||||
|
|
||||||
wxMacCreateNotifierTable() ;
|
wxMacCreateNotifierTable() ;
|
||||||
|
|
||||||
UMAShowArrowCursor() ;
|
UMAShowArrowCursor() ;
|
||||||
|
Reference in New Issue
Block a user