]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway.
[wxWidgets.git] / src / msw / statbr95.cpp
index c1c3c4706f17eefe3f909e22e66a94cc7933cc16..a9576f40b55f14f4b63bdc8eb4436fccbbb8e50c 100644 (file)
@@ -36,7 +36,7 @@
 #include "wx/msw/private.h"
 #include <windowsx.h>
 
-#if !(defined(__GNUWIN32_OLD__) || defined(__TWIN32__))
+#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__))
     #include <commctrl.h>
 #endif