fixed unresolved symbol main (occurred with wxMac)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth 2004-06-23 14:49:42 +00:00
parent d694d2800b
commit 7738c2e59a

View File

@ -622,11 +622,7 @@ public:
// port-specific header could have defined it already in some special wau
#ifndef IMPLEMENT_WXWIN_MAIN
#if !wxUSE_GUI
#define IMPLEMENT_WXWIN_MAIN IMPLEMENT_WXWIN_MAIN_CONSOLE
#else // wxUSE_GUI
#define IMPLEMENT_WXWIN_MAIN
#endif
#define IMPLEMENT_WXWIN_MAIN IMPLEMENT_WXWIN_MAIN_CONSOLE
#endif // defined(IMPLEMENT_WXWIN_MAIN)
#ifdef __WXUNIVERSAL__