]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/statbmp.h
Split wxTextCompleter into a base class and wxTextCompleterSimple.
[wxWidgets.git] / include / wx / osx / statbmp.h
index 6db8aa80ae4a95ad48f13f282ccf6f137a56f955..59bf91a8f0ca035f9c00ed8c4c453899a1704a03 100644 (file)
@@ -1,5 +1,6 @@
-#ifdef __WXMAC_CLASSIC__
-#include "wx/mac/classic/statbmp.h"
+#if wxOSX_USE_CARBON
+#include "wx/osx/carbon/statbmp.h"
 #else
-#include "wx/mac/carbon/statbmp.h"
+#define wxGenericStaticBitmap wxStaticBitmap
+#include "wx/generic/statbmpg.h"
 #endif