X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..ba7f9a90b411a1b8b940d92c3fc26b2ee2cdafcc:/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