X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..80cc5fc7ad102221a1ce9e160eac3c29a0586664:/include/wx/osx/statbmp.h 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