X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c6eb3a84be918dcfed2496d014549e13af0f0e9..92e839baa4772e0b99c5cb1eab37e8cfa25c6d15:/include/wx/osx/statbmp.h diff --git a/include/wx/osx/statbmp.h b/include/wx/osx/statbmp.h index 6db8aa80ae..59bf91a8f0 100644 --- a/include/wx/osx/statbmp.h +++ b/include/wx/osx/statbmp.h @@ -1,5 +1,6 @@ -#ifdef __WXMAC_CLASSIC__ -#include "wx/mac/classic/statbmp.h" +#if wxOSX_USE_CARBON +#include "wx/osx/carbon/statbmp.h" #else -#include "wx/mac/carbon/statbmp.h" +#define wxGenericStaticBitmap wxStaticBitmap +#include "wx/generic/statbmpg.h" #endif