* 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:
Fred Kiefer 2014-01-31 21:47:34 +00:00
parent 37e94abc97
commit 5a9e90f74f
3 changed files with 13 additions and 3 deletions

View file

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

View file

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

View file

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