]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notebook.cpp
A few compile fixes,
[wxWidgets.git] / src / msw / notebook.cpp
index 52bf8dcd0dea663992d6fede27a2ae32ce5f91e9..2961439e4b653d655dcaab0c2e1d3aa822699cf8 100644 (file)
 
 #ifndef __TWIN32__
 #ifdef __GNUWIN32__
+#ifndef wxUSE_NORLANDER_HEADERS
   #include "wx/msw/gnuwin32/extra.h"
 #endif
 #endif
+#endif
 
-#if !defined(__GNUWIN32__) || defined(__TWIN32__)
+#if !defined(__GNUWIN32__) || defined(__TWIN32__) || defined(wxUSE_NORLANDER_HEADERS)
   #include <commctrl.h>
 #endif