mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-13 09:39:11 +01:00
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
|