2008-09-02 16:53:23 +00:00
|
|
|
#if wxOSX_USE_CARBON
|
2008-06-11 19:17:41 +00:00
|
|
|
#include "wx/osx/carbon/statbmp.h"
|
2008-09-02 16:53:23 +00:00
|
|
|
#else
|
|
|
|
#define wxGenericStaticBitmap wxStaticBitmap
|
|
|
|
#include "wx/generic/statbmpg.h"
|
2008-06-11 16:30:48 +00:00
|
|
|
#endif
|