]> git.saurik.com Git - wxWidgets.git/commitdiff
bracketed include def for CW nothrow flag for MAKINGDLL only
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 16 Feb 2002 11:16:38 +0000 (11:16 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 16 Feb 2002 11:16:38 +0000 (11:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/app.cpp
src/mac/carbon/app.cpp

index 0c87a1037886bd44a8f1a58638ee29ea278a7dd9..8cd0fbe281b0ece16e7df2364842401eb6ba13ed 100644 (file)
@@ -373,11 +373,12 @@ void wxMacStringToPascal( const char * from , StringPtr to , bool pc2macEncoding
       CopyCStringToPascal( from , to ) ;
     }
 }
-
+#ifdef WXMAKINGDLL
 #ifndef __DARWIN__
 // we know it's there ;-)
 WXIMPORT char std::__throws_bad_alloc ;
 #endif
+#endif
 
 bool wxApp::Initialize()
 {
@@ -509,6 +510,9 @@ bool wxApp::Initialize()
 #endif // wxUSE_LOG
 #endif
 
+  wxWinMacWindowList = new wxList(wxKEY_INTEGER);
+  wxWinMacControlList = new wxList(wxKEY_INTEGER);
+
   wxInitializeStockLists();
   wxInitializeStockObjects();
 
@@ -523,9 +527,6 @@ bool wxApp::Initialize()
      return FALSE;
   }
 
-  wxWinMacWindowList = new wxList(wxKEY_INTEGER);
-  wxWinMacControlList = new wxList(wxKEY_INTEGER);
-
   wxMacCreateNotifierTable() ;
 
   UMAShowArrowCursor() ;
index 0c87a1037886bd44a8f1a58638ee29ea278a7dd9..8cd0fbe281b0ece16e7df2364842401eb6ba13ed 100644 (file)
@@ -373,11 +373,12 @@ void wxMacStringToPascal( const char * from , StringPtr to , bool pc2macEncoding
       CopyCStringToPascal( from , to ) ;
     }
 }
-
+#ifdef WXMAKINGDLL
 #ifndef __DARWIN__
 // we know it's there ;-)
 WXIMPORT char std::__throws_bad_alloc ;
 #endif
+#endif
 
 bool wxApp::Initialize()
 {
@@ -509,6 +510,9 @@ bool wxApp::Initialize()
 #endif // wxUSE_LOG
 #endif
 
+  wxWinMacWindowList = new wxList(wxKEY_INTEGER);
+  wxWinMacControlList = new wxList(wxKEY_INTEGER);
+
   wxInitializeStockLists();
   wxInitializeStockObjects();
 
@@ -523,9 +527,6 @@ bool wxApp::Initialize()
      return FALSE;
   }
 
-  wxWinMacWindowList = new wxList(wxKEY_INTEGER);
-  wxWinMacControlList = new wxList(wxKEY_INTEGER);
-
   wxMacCreateNotifierTable() ;
 
   UMAShowArrowCursor() ;