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