X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..246037e22990a4719c672c2e2a8b62b99cc4d49c:/include/wx/cursor.h diff --git a/include/wx/cursor.h b/include/wx/cursor.h index b56d15ec5b..d7e15b7620 100644 --- a/include/wx/cursor.h +++ b/include/wx/cursor.h @@ -1,11 +1,11 @@ #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" #endif