]> git.saurik.com Git - wxWidgets.git/blame - include/wx/osx/statbmp.h
wxOSX build fix after wxTextEntry::GetValue() renaming to DoGetValue()
[wxWidgets.git] / include / wx / osx / statbmp.h
CommitLineData
524c47aa 1#if wxOSX_USE_CARBON
ef0e9220 2#include "wx/osx/carbon/statbmp.h"
524c47aa
SC
3#else
4#define wxGenericStaticBitmap wxStaticBitmap
5#include "wx/generic/statbmpg.h"
5c6eb3a8 6#endif