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