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:
parent
d694d2800b
commit
7738c2e59a
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user