X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..66bd6b93005b803910caca469110495ce549599f:/include/wx/stattext.h diff --git a/include/wx/stattext.h b/include/wx/stattext.h index 0c30862324..0cf342680b 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -1,11 +1,11 @@ #ifndef __STATTEXTH_BASE__ #define __STATTEXTH_BASE_ -#if defined(__WINDOWS__) +#if defined(__WXMSW__) #include "wx/msw/stattext.h" -#elif defined(__MOTIF__) +#elif defined(__WXMOTIF__) #include "wx/xt/stattext.h" -#elif defined(__GTK__) +#elif defined(__WXGTK__) #include "wx/gtk/stattext.h" #endif