]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notebook.cpp
warnings in wxCHeCK_MSG fixed
[wxWidgets.git] / src / msw / notebook.cpp
index 63d108cf3288c7bca8c0aa5fb398a47f9d3111c0..b8ac425b2e9234a2cdada25fd631ccac2907cf1c 100644 (file)
 #include  <windowsx.h>  // for SetWindowFont
 
 #ifndef __TWIN32__
-#ifdef __GNUWIN32__
-#ifndef wxUSE_NORLANDER_HEADERS
-  #include "wx/msw/gnuwin32/extra.h"
-#endif
-#endif
+    #ifdef __GNUWIN32_OLD__
+        #include "wx/msw/gnuwin32/extra.h"
+    #endif
 #endif
 
-#if !defined(__GNUWIN32__) || defined(__TWIN32__) || defined(wxUSE_NORLANDER_HEADERS)
-  #include <commctrl.h>
+#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) || defined(__TWIN32__))
+    #include <commctrl.h>
 #endif
 
 // ----------------------------------------------------------------------------