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:
@@ -59,7 +59,7 @@ void UMAInitToolbox( UInt16 WXUNUSED(inMoreMastersCalls),
|
|||||||
|
|
||||||
// menu manager
|
// menu manager
|
||||||
|
|
||||||
#if wxMAC_USE_COCOA == 0
|
#if 1 // not yet wxMAC_USE_COCOA == 0
|
||||||
|
|
||||||
MenuRef UMANewMenu( SInt16 id , const wxString& title , wxFontEncoding encoding )
|
MenuRef UMANewMenu( SInt16 id , const wxString& title , wxFontEncoding encoding )
|
||||||
{
|
{
|
||||||
@@ -273,7 +273,7 @@ void UMAInsertMenuItem( MenuRef menu , const wxString& title, wxFontEncoding enc
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if wxMAC_USE_COCOA == 0
|
#if 1 // not yet wxMAC_USE_COCOA == 0
|
||||||
|
|
||||||
static OSStatus UMAGetHelpMenu(
|
static OSStatus UMAGetHelpMenu(
|
||||||
MenuRef * outHelpMenu,
|
MenuRef * outHelpMenu,
|
||||||
|
Reference in New Issue
Block a user