]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/evtloop.h
define wxHAS_ATOMIC_OPS only if native implementation is available; use fewer loop...
[wxWidgets.git] / include / wx / msw / evtloop.h
index 01c9d934d10d1ad83a7adc4c99e1f46969141a67..fd548b87f25aa3bf6fada941a6e954a182010e58 100644 (file)
@@ -83,6 +83,8 @@ private:
 
 #else // !wxUSE_GUI
 
+#if wxUSE_CONSOLE_EVENTLOOP
+
 class WXDLLIMPEXP_BASE wxConsoleEventLoop : public wxMSWEventLoopBase
 {
 public:
@@ -96,6 +98,8 @@ protected:
     virtual void OnNextIteration();
 };
 
+#endif // wxUSE_CONSOLE_EVENTLOOP
+
 #endif // wxUSE_GUI/!wxUSE_GUI
 
 #endif // _WX_MSW_EVTLOOP_H_