#define TRACE_EVENTS _T("events")
+//this code should not be compiled when GUI is defined
+//(monolithic build issue)
+#if !wxUSE_GUI
+
// ===========================================================================
// wxEventLoop::PipeIOHandler implementation
// ===========================================================================
wxTheApp->CheckSignal();
}
+#endif // !wxUSE_GUI