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