X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..a1530845c902cbb3057742822f87feb2ac45e329:/include/wx/pen.h diff --git a/include/wx/pen.h b/include/wx/pen.h index 7a61d50a2a..77c60965d9 100644 --- a/include/wx/pen.h +++ b/include/wx/pen.h @@ -1,11 +1,11 @@ #ifndef __PENH_BASE__ #define __PENH_BASE__ -#if defined(__WINDOWS__) +#if defined(__WXMSW__) #include "wx/msw/pen.h" -#elif defined(__MOTIF__) +#elif defined(__WXMOTIF__) #include "wx/xt/pen.h" -#elif defined(__GTK__) +#elif defined(__WXGTK__) #include "wx/gtk/pen.h" #endif