524c47aa3a
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
7 lines
147 B
C
7 lines
147 B
C
#if wxOSX_USE_CARBON
|
|
#include "wx/osx/carbon/statbmp.h"
|
|
#else
|
|
#define wxGenericStaticBitmap wxStaticBitmap
|
|
#include "wx/generic/statbmpg.h"
|
|
#endif
|