]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tabctrl.h
WXIMPORT must specify default visibility too, otherwise things like typeinfo may...
[wxWidgets.git] / include / wx / tabctrl.h
index 55f79c79124e0765097c35633c37134b28f0c4d5..136b9fd08e9ec49c7886b13908f92889fb1807e1 100644 (file)
@@ -22,14 +22,11 @@ BEGIN_DECLARE_EVENT_TYPES()
 END_DECLARE_EVENT_TYPES()
 
 #if defined(__WXMSW__)
-#include "wx/msw/tabctrl.h"
-#elif defined(__WXMOTIF__)
-#include "wx/motif/tabctrl.h"
-#elif defined(__WXGTK__)
+    #include "wx/msw/tabctrl.h"
 #elif defined(__WXMAC__)
-#include "wx/mac/tabctrl.h"
+    #include "wx/mac/tabctrl.h"
 #elif defined(__WXPM__)
-#include "wx/os2/tabctrl.h"
+    #include "wx/os2/tabctrl.h"
 #endif
 
 #endif // wxUSE_TAB_DIALOG