]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
Compile fixes,
[wxWidgets.git] / src / msw / tabctrl.cpp
index 4f525436fcc7b9bab2bbb70b6bb596dfc1854a05..ee06ee6fe493d19af90662255b92cb965b6fb130 100644 (file)
 
 #include <windows.h>
 
-#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__)
+#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__) || defined(wxUSE_NORLANDER_HEADERS)
 #include <commctrl.h>
 #endif
 
 #ifndef __TWIN32__
 #ifdef __GNUWIN32__
+#ifndef wxUSE_NORLANDER_HEADERS
 #include "wx/msw/gnuwin32/extra.h"
 #endif
 #endif
+#endif
 
 #include "wx/msw/dib.h"
 #include "wx/msw/tabctrl.h"