]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMacWakeUp needs to be in wxBase
authorRobin Dunn <robin@alldunn.com>
Sat, 15 May 2004 16:33:27 +0000 (16:33 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 15 May 2004 16:33:27 +0000 (16:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/utils.cpp

index bdaab9b20ce362cb28190f17e6a4a6c14e6edc3d..916b83725db9f75c8591812b4572e2efa52fdd77 100644 (file)
@@ -1228,6 +1228,10 @@ void wxMacConvertNewlines10To13( wxChar * data )
 // Common Event Support
 // ----------------------------------------------------------------------------
 
+#endif // wxUSE_GUI
+
+#if wxUSE_BASE
+
 extern ProcessSerialNumber gAppProcess ;
 
 void wxMacWakeUp()
@@ -1258,6 +1262,11 @@ void wxMacWakeUp()
     }
 }
 
+#endif // wxUSE_BASE
+
+#if wxUSE_GUI
+
+
 // ----------------------------------------------------------------------------
 // Carbon Event Support
 // ----------------------------------------------------------------------------