]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/selectdispatcher.cpp
ignore bakefile-generated test.dsw too
[wxWidgets.git] / src / common / selectdispatcher.cpp
index 2a96b334535d11feb1aa9cd92bbe1da7fbdbf043..ef8b95179c4856ed7dad6aa6a6b6b4d62185dd90 100644 (file)
@@ -19,6 +19,8 @@
 // for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#if wxUSE_SELECT_DISPATCHER
+
 #include "wx/private/selectdispatcher.h"
 #include "wx/module.h"
 #include "wx/timer.h"
@@ -290,3 +292,4 @@ private:
 
 IMPLEMENT_DYNAMIC_CLASS(wxSelectDispatcherModule, wxModule)
 
+#endif // wxUSE_SELECT_DISPATCHER