]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
more 2.0b9 updates
[wxWidgets.git] / src / msw / tabctrl.cpp
index 0a83802f7b700d274bff787cae4e83d9cb51d589..9537e0fbc9ccf5c41bd1be2738bc3d48861502b5 100644 (file)
 
 #if defined(__WIN95__)
 
-#ifndef __GNUWIN32__
+#if !defined(__GNUWIN32__) && !defined(__SALFORDC__)
 #include "malloc.h"
 #endif
 
 #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"