]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
libjpeg not used by default (it didn't even link)
[wxWidgets.git] / src / msw / tabctrl.cpp
index 6f0a4dd47f34b90d701fe930a2d5294c82e3f6f0..9537e0fbc9ccf5c41bd1be2738bc3d48861502b5 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/msw/tabctrl.h"