X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c6eb3a84be918dcfed2496d014549e13af0f0e9..85047589a993f5c5529e1dae284be8af84cd68ef:/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