]> git.saurik.com Git - wxWidgets.git/commitdiff
The wxUSE_EPOLL_DISPATCHER (like other wxUSE flags) is a 0/1 not an undef/def conditi...
authorDavid Elliott <dfe@tgwbd.org>
Mon, 16 Jul 2007 17:01:16 +0000 (17:01 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 16 Jul 2007 17:01:16 +0000 (17:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/epolldispatcher.cpp

index e52aa35669dcb4b42f786cddc3b1f4fbb50ab410..92a0bb0617c29176baa5ae0676f5cd9a38db81c1 100644 (file)
@@ -19,7 +19,7 @@
 // for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#ifdef wxUSE_EPOLL_DISPATCHER
+#if wxUSE_EPOLL_DISPATCHER
 
 #include "wx/unix/private/epolldispatcher.h"
 #include "wx/unix/private.h"