wxQT Windows build fix, rather incorrect

This commit is contained in:
Cătălin Răceanu
2018-08-03 00:53:54 +03:00
parent 5adc65d085
commit 88734cb6d7
2 changed files with 3 additions and 1 deletions

View File

@@ -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()
{