]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
DP: native wxTreeCtrl for GTK.
[wxWidgets.git] / include / wx / control.h
index bb5003ae2059f197d43a321464c384a2799a4563..e6a4b8fed2d5796edc931f127939c7d6788bad23 100644 (file)
@@ -1,12 +1,14 @@
 #ifndef __CONTROLH_BASE__
 #define __CONTROLH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/control.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/control.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/control.h"
+#elif defined(__WXQT__)
+#include "wx/qt/control.h"
 #endif
 
 #endif