From 2ff16902a4fd9f3b70acc09e94d89927c41c7293 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 3 Apr 2008 12:09:33 +0000 Subject: [PATCH] fixing the build for wxMAC_USE_COCOA=1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/uma.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mac/carbon/uma.cpp b/src/mac/carbon/uma.cpp index b1d5ade518..634ea0e03f 100644 --- a/src/mac/carbon/uma.cpp +++ b/src/mac/carbon/uma.cpp @@ -59,7 +59,7 @@ void UMAInitToolbox( UInt16 WXUNUSED(inMoreMastersCalls), // menu manager -#if wxMAC_USE_COCOA == 0 +#if 1 // not yet wxMAC_USE_COCOA == 0 MenuRef UMANewMenu( SInt16 id , const wxString& title , wxFontEncoding encoding ) { @@ -273,7 +273,7 @@ void UMAInsertMenuItem( MenuRef menu , const wxString& title, wxFontEncoding enc #endif -#if wxMAC_USE_COCOA == 0 +#if 1 // not yet wxMAC_USE_COCOA == 0 static OSStatus UMAGetHelpMenu( MenuRef * outHelpMenu, -- 2.45.2