]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/toolbar.h
use different strings for wchar_t and UTF-8-based Unicode builds
[wxWidgets.git] / include / wx / osx / carbon / toolbar.h
index efe961cdffb7856caf44d3b24d5ff58d88f47a5e..9646b8e249ca3d4c41400579c5d4e78e078c3016 100644 (file)
@@ -67,7 +67,7 @@ class WXDLLIMPEXP_CORE wxToolBar: public wxToolBarBase
     void OnMouse(wxMouseEvent& event) ;
     virtual void MacSuperChangedPosition() ;
 
-#if wxMAC_USE_NATIVE_TOOLBAR
+#if wxOSX_USE_NATIVE_TOOLBAR
     bool MacInstallNativeToolbar(bool usesNative);
     bool MacWantsNativeToolbar();
     bool MacTopLevelHasNativeToolbar(bool *ownToolbarInstalled) const;
@@ -97,7 +97,7 @@ protected:
                                           const wxString& label);
 
     DECLARE_EVENT_TABLE()
-#if wxMAC_USE_NATIVE_TOOLBAR
+#if wxOSX_USE_NATIVE_TOOLBAR
     bool m_macUsesNativeToolbar ;
     void* m_macHIToolbarRef ;
 #endif