comparison src/nsterm.h @ 101330:eca9795f3903

* nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. * nsfns.m (ns_do_applescript): Conditionalize typeUTF16ExternalRepresentation on Tiger.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Thu, 22 Jan 2009 00:00:13 +0000
parents 0f6bc8e16469
children 64413c753b62
comparison
equal deleted inserted replaced
101329:954e1944ccf2 101330:eca9795f3903
361 361
362 extern NSArray *ns_send_types, *ns_return_types; 362 extern NSArray *ns_send_types, *ns_return_types;
363 extern EmacsMenu *mainMenu, *svcsMenu, *dockMenu; 363 extern EmacsMenu *mainMenu, *svcsMenu, *dockMenu;
364 364
365 /* Apple removed the declaration, but kept the implementation */ 365 /* Apple removed the declaration, but kept the implementation */
366 #if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_4 366 #if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
367 @interface NSApplication (EmacsApp) 367 @interface NSApplication (EmacsApp)
368 - (void)setAppleMenu: (NSMenu *)menu; 368 - (void)setAppleMenu: (NSMenu *)menu;
369 @end 369 @end
370 #endif 370 #endif
371 371