statbmp.h 147 B

123456
  1. #if wxOSX_USE_CARBON
  2. #include "wx/osx/carbon/statbmp.h"
  3. #else
  4. #define wxGenericStaticBitmap wxStaticBitmap
  5. #include "wx/generic/statbmpg.h"
  6. #endif