wxMacWakeUp needs to be in wxBase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-05-15 16:33:27 +00:00
parent 820d6bacd3
commit d13ea1bd96

View 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
// ----------------------------------------------------------------------------