]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
Added #include "wx/bitmap.h"
[wxWidgets.git] / src / msw / statbr95.cpp
index 2749688b1f1f89fdb887ffb32d957d86c16f3879..a3c3bdb670e51dba200baa55b2737cb60be2dabd 100644 (file)
@@ -36,8 +36,8 @@
 #include "wx/msw/private.h"
 #include <windowsx.h>
 
-#if !defined(__GNUWIN32__) || defined(__TWIN32__) || defined(wxUSE_NORLANDER_HEADERS)
-#include <commctrl.h>
+#if !(defined(__GNUWIN32_OLD__) || defined(__TWIN32__))
+    #include <commctrl.h>
 #endif
 
 // ----------------------------------------------------------------------------