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