X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..74c34d22773e39b13fe0502798494b38f261a9e5:/include/wx/osx/statbmp.h?ds=sidebyside diff --git a/include/wx/osx/statbmp.h b/include/wx/osx/statbmp.h index 01cb68184b..59bf91a8f0 100644 --- a/include/wx/osx/statbmp.h +++ b/include/wx/osx/statbmp.h @@ -1,5 +1,6 @@ -#ifdef __WXMAC_CLASSIC__ -#include "wx/osx/classic/statbmp.h" -#else +#if wxOSX_USE_CARBON #include "wx/osx/carbon/statbmp.h" +#else +#define wxGenericStaticBitmap wxStaticBitmap +#include "wx/generic/statbmpg.h" #endif