Compatibility goes on Apple only

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16300 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-03-31 03:01:52 +00:00
parent e596a161f2
commit e86bd43491
2 changed files with 4 additions and 0 deletions

View file

@ -24,7 +24,9 @@
#include "AGSHtml.h"
#include "gnustep/base/GNUstep.h"
#include "gnustep/base/GSCategories.h"
#ifdef NeXT_Foundation_LIBRARY
#include "gnustep/base/GSCompatibility.h"
#endif
static int XML_ELEMENT_NODE;
static int XML_ENTITY_REF_NODE;

View file

@ -24,7 +24,9 @@
#include "AGSIndex.h"
#include "gnustep/base/GNUstep.h"
#include "gnustep/base/GSCategories.h"
#ifdef NeXT_Foundation_LIBRARY
#include "gnustep/base/GSCompatibility.h"
#endif
static int XML_ELEMENT_NODE;
static int XML_TEXT_NODE;