mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
* Headers/AppKit/NSAlert.h,
* Headers/AppKit/NSWindow.h: Remove usage of GNUSTEP define. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37659 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
37e94abc97
commit
5a9e90f74f
3 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-01-31 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/NSAlert.h,
|
||||
* Headers/AppKit/NSWindow.h: Remove usage of GNUSTEP define.
|
||||
|
||||
2014-01-26 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/NSCell.h
|
||||
|
|
|
@ -112,8 +112,14 @@ enum {
|
|||
* Implemented by the delegate
|
||||
*/
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||
@protocol NSAlertDelegate <NSObject>
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL
|
||||
@optional
|
||||
#else
|
||||
@end
|
||||
@interface NSObject (NSAlertDelegate)
|
||||
#endif
|
||||
- (BOOL) alertShowHelp: (NSAlert *)alert;
|
||||
@end
|
||||
#endif
|
||||
|
|
|
@ -824,8 +824,7 @@ PACKAGE_SCOPE
|
|||
* Implemented by the delegate
|
||||
*/
|
||||
|
||||
#ifdef GNUSTEP
|
||||
|
||||
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||
@protocol NSWindowDelegate <NSObject>
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL
|
||||
@optional
|
||||
|
|
Loading…
Reference in a new issue