X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..f4e325b3df3d4c0b3ca21d4d1781acab6a488e4c:/include/wx/cursor.h diff --git a/include/wx/cursor.h b/include/wx/cursor.h index b56d15ec5b..f9dafb81a7 100644 --- a/include/wx/cursor.h +++ b/include/wx/cursor.h @@ -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