]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
added line selection
[wxWidgets.git] / src / msw / statbr95.cpp
index cab0b401bece8d5e21b615c93faa328a92b06360..3205e849714a776441700e92e69682b02e73dde0 100644 (file)
@@ -36,7 +36,7 @@
 #include "wx/msw/private.h"
 #include <windowsx.h>
 
-#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__))
+#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
     #include <commctrl.h>
 #endif