X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..2a4f4a27732a6d8deb8b006c73cca9d7105fe92c:/include/wx/brush.h diff --git a/include/wx/brush.h b/include/wx/brush.h index bc05548735..fd7657e4d6 100644 --- a/include/wx/brush.h +++ b/include/wx/brush.h @@ -1,11 +1,11 @@ #ifndef __BRUSHH_BASE__ #define __BRUSHH_BASE__ -#if defined(__WINDOWS__) +#if defined(__WXMSW__) #include "wx/msw/brush.h" -#elif defined(__MOTIF__) +#elif defined(__WXMOTIF__) #include "wx/xt/brush.h" -#elif defined(__GTK__) +#elif defined(__WXGTK__) #include "wx/gtk/brush.h" #endif