]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
pc 2 mac conversion for file operations
[wxWidgets.git] / src / msw / statbr95.cpp
index cab0b401bece8d5e21b615c93faa328a92b06360..d28a6b8ae85c9c5a8f4583087472fbb7992cd26b 100644 (file)
@@ -27,7 +27,7 @@
   #include "wx/dcclient.h"
 #endif
 
-#if defined(__WIN95__) && wxUSE_NATIVE_STATUSBAR
+#if wxUSE_STATUSBAR && defined(__WIN95__) && wxUSE_NATIVE_STATUSBAR
 
 #include "wx/intl.h"
 #include "wx/log.h"
@@ -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