mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Add defines for building without base library.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21522 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b04d24f664
commit
4c2d6d004c
2 changed files with 15 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
additions library!
|
||||
* Headers/Foundation/NSRunLoop.h: Tidy up enumerated type, simplifying
|
||||
mingw ifdefs
|
||||
* Tools/AGSHtml.h: Added defines for building without the gnustep
|
||||
base library.
|
||||
|
||||
2005-07-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -25,6 +25,19 @@
|
|||
#include "GNUstepBase/GNUstep.h"
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
|
||||
/*
|
||||
* Define constants for use if we are built with apple Foundation
|
||||
*/
|
||||
#ifndef GS_API_OSSPEC
|
||||
#define GS_API_OSSPEC 10000
|
||||
#endif
|
||||
#ifndef GS_API_OPENSTEP
|
||||
#define GS_API_OPENSTEP 40000
|
||||
#endif
|
||||
#ifndef GS_API_MACOSX
|
||||
#define GS_API_MACOSX 100000
|
||||
#endif
|
||||
|
||||
static int XML_ELEMENT_NODE;
|
||||
static int XML_ENTITY_REF_NODE;
|
||||
static int XML_TEXT_NODE;
|
||||
|
|
Loading…
Reference in a new issue