mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-31 09:21:02 +00:00
* *.[hm] Use GNUSTEP in favor of NeXT_Foundation_LIBRARY
as requested by Marcus Mueller <znek@mulle-kybernetik.com>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@18856 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5cb4954557
commit
e6fab07914
98 changed files with 106 additions and 101 deletions
|
@ -30,7 +30,7 @@
|
|||
#ifndef __EOKeyValueCoding_h__
|
||||
#define __EOKeyValueCoding_h__
|
||||
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSKeyValueCoding.h>
|
||||
|
@ -196,7 +196,7 @@ GDL2CONTROL_EXPORT NSString *EOUnknownUserInfoKey;
|
|||
* The following declaration is reportedly missing in Apple's headers,
|
||||
* yet are implemented.
|
||||
*/
|
||||
#if NeXT_Foundation_LIBRARY
|
||||
#ifndef GNUSTEP
|
||||
@interface NSObject (MacOSX)
|
||||
- (void)takeStoredValuesFromDictionary: (NSDictionary *)dictionary;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue