]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/evtloopunix.cpp
wxchar.h doesn't have to be C file anymore, it's C++
[wxWidgets.git] / src / unix / evtloopunix.cpp
index 1aadf8f4983d03de0dcad32981f8b542084a672f..d9e4100457525d1d272edd16cfd89b0aaa1d7909 100644 (file)
 
 #define TRACE_EVENTS _T("events")
 
+//this code should not be compiled when GUI is defined
+//(monolithic build issue)
+#if !wxUSE_GUI
+
 // ===========================================================================
 // wxEventLoop::PipeIOHandler implementation
 // ===========================================================================
@@ -190,3 +194,4 @@ void wxConsoleEventLoop::OnNextIteration()
     wxTheApp->CheckSignal();
 }
 
+#endif // !wxUSE_GUI