]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
fixed broken TeX markup which resulted in broken links
[wxWidgets.git] / src / msw / treectrl.cpp
index d412e56ef7efbd7b6f55351293b891eaaf0c039d..bfe95ab1f7d8a8825ab5d18a2a4c74d9de3a3a68 100644 (file)
@@ -59,7 +59,7 @@
     #include "wx/msw/gnuwin32/extra.h"
 #endif
 
-#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__))
+#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
     #include <commctrl.h>
 #endif