* *.[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:
ayers 2004-03-19 16:41:21 +00:00
parent 5cb4954557
commit e6fab07914
98 changed files with 106 additions and 101 deletions

View file

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