wxQT Windows build fix, rather incorrect
This commit is contained in:
@@ -86,6 +86,7 @@ wxTimerImpl *wxConsoleAppTraits::CreateTimerImpl(wxTimer *timer)
|
||||
|
||||
#endif // wxUSE_TIMER
|
||||
|
||||
// Why can't this be disabled for __WXQT__ ??? There is an implementation in src/qt/apptraits.cpp
|
||||
wxEventLoopBase *wxConsoleAppTraits::CreateEventLoop()
|
||||
{
|
||||
#if wxUSE_CONSOLE_EVENTLOOP
|
||||
|
@@ -56,7 +56,8 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *majVer,
|
||||
|
||||
//#############################################################################
|
||||
|
||||
#if wxUSE_CONSOLE_EVENTLOOP
|
||||
// this one fails to link under Windows; why is src/msw/basemsw.cpp picked up???
|
||||
#if wxUSE_CONSOLE_EVENTLOOP && !defined(__WINDOWS__)
|
||||
|
||||
wxEventLoopBase *wxConsoleAppTraits::CreateEventLoop()
|
||||
{
|
||||
|
Reference in New Issue
Block a user