Fix new wxExecute() code compilation with wxUSE_CONSOLE_EVENTLOOP==0.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Jul 2013 15:14:53 +0000 (15:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Jul 2013 15:14:53 +0000 (15:14 +0000)
commitccf8bf20ca0c39045a8dafe610910b5b3f8a13df
tree1eefe6a3a7844437dbbf94d642f7585713200c2b
parent4ec2eca1e8c2829b34bfc95a10cc3c6ab4798314
Fix new wxExecute() code compilation with wxUSE_CONSOLE_EVENTLOOP==0.

Nothing is going to work without the console apps/base traits support for the
event loop but at least make it compile.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/unix/apptbase.h
src/common/evtloopcmn.cpp
src/unix/utilsunx.cpp