mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add gnustep additions to Foundation.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/reorg@29614 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bc5323fc7a
commit
4809aafa61
2 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
#define GS_OPENSTEP_V 10000
|
||||
#define NO_GNUSTEP 1
|
||||
#elif defined(STRICT_MACOS_X)
|
||||
#define GS_OPENSTEP_V 100000
|
||||
#define GS_OPENSTEP_V 100600
|
||||
#define NO_GNUSTEP 1
|
||||
#else
|
||||
#undef NO_GNUSTEP
|
||||
|
|
|
@ -136,4 +136,8 @@
|
|||
#import <Foundation/NSXMLParser.h>
|
||||
#import <Foundation/NSZone.h>
|
||||
|
||||
#if !defined(NO_GNUSTEP)
|
||||
#import <GNUstep/Additions.h>
|
||||
#endif
|
||||
|
||||
#endif /* __Foundation_h_GNUSTEP_BASE_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue