]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notebook.cpp
Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs
[wxWidgets.git] / src / msw / notebook.cpp
index 6fbfb93887aaab22b864f7b2195b8f0c329de154..07112916d4027cb94628c5e7972d84ce9118e1b5 100644 (file)
 
 #include  <windowsx.h>  // for SetWindowFont
 
+#ifndef __TWIN32__
 #ifdef __GNUWIN32__
   #include "wx/msw/gnuwin32/extra.h"
-#else   //!GnuWin32
+#endif
+#endif
+
+#if !defined(__GNUWIN32__) || defined(__TWIN32__)
   #include <commctrl.h>
 #endif