]> git.saurik.com Git - wxWidgets.git/commitdiff
removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 May 2006 00:51:31 +0000 (00:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 May 2006 00:51:31 +0000 (00:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/app.cpp

index e0cd3064735890b66a9678e7ecd35eab53c1ce74..d293624354db6a81bc3aee8f00d894d324f7138b 100644 (file)
@@ -731,11 +731,6 @@ pascal OSStatus wxMacAppEventHandler( EventHandlerCallRef handler , EventRef eve
 
 DEFINE_ONE_SHOT_HANDLER_GETTER( wxMacAppEventHandler )
 
 
 DEFINE_ONE_SHOT_HANDLER_GETTER( wxMacAppEventHandler )
 
-#if defined(WXMAKINGDLL_CORE) && !defined(__DARWIN__)
-// we know it's there ;-)
-WXIMPORT char std::__throws_bad_alloc ;
-#endif
-
 #ifdef __WXDEBUG__
 
 pascal static void wxMacAssertOutputHandler(OSType componentSignature, UInt32 options,
 #ifdef __WXDEBUG__
 
 pascal static void wxMacAssertOutputHandler(OSType componentSignature, UInt32 options,