define CreateEventLoop() even if wxUSE_CONSOLE_EVENTLOOP == 0 (because it's declared...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Jul 2007 02:20:53 +0000 (02:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Jul 2007 02:20:53 +0000 (02:20 +0000)
commite0f88b1ac7931c2f118a885cad894a1dc9ec7615
tree171a85f76c4dfaf8d2bd9e116874862ab01d0349
parentff42758536f8d573409bf6c35528497ba36b4d0e
define CreateEventLoop() even if wxUSE_CONSOLE_EVENTLOOP == 0 (because it's declared pure virtual in the base class), just return NULL from it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/basemsw.cpp