]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
bug in FindItemForId() fixed (?)
[wxWidgets.git] / src / msw / tabctrl.cpp
index 27decfb2f1f402c519340074c6cee7cd3e579e8e..9537e0fbc9ccf5c41bd1be2738bc3d48861502b5 100644 (file)
 #endif
 
 #ifndef WX_PRECOMP
-#include "wx.h"
+#include "wx/wx.h"
 #endif
 
 #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"