]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
TWIN32 compatibility added; wxMotif uses wxGTK's wxPostScriptDC;
[wxWidgets.git] / src / msw / tbar95.cpp
index fbf1a2848a2441b45b9733527bdb34ef2266bdcf..d83469d6a6f106f1c9e61795d088ad709052979f 100644 (file)
 
 #include <windows.h>
 
-#ifndef __GNUWIN32__
+#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__)
 #include <commctrl.h>
 #endif
 
+#ifndef __TWIN32__
 #ifdef __GNUWIN32__
 #include "wx/msw/gnuwin32/extra.h"
 #endif
+#endif
 
 #include "wx/msw/dib.h"
 #include "wx/tbar95.h"