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
This commit is contained in:
Stefan Csomor 2008-04-03 12:09:33 +00:00
parent ed6e7f8cfe
commit 2ff16902a4

View File

@ -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,