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