* GSWeb.framework/GSWUtils.m: 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/gsweb/trunk@18857 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2004-03-19 16:51:59 +00:00
parent d45cf9ccd4
commit 4f27cd9279
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-03-10 David Ayers <d.ayers@inode.at>
* GSWeb.framework/GSWUtils.m: Use GNUSTEP in favor of
NeXT_Foundation_LIBRARY as requested by Marcus Mueller
<znek@mulle-kybernetik.com>.
2004-03-10 David Ayers <d.ayers@inode.at>
* GSWeb.framework/GNUmakefile: Make WO_HEADER_FILES real

View file

@ -1325,7 +1325,7 @@ NSString* GSWGetDefaultDocRoot()
//====================================================================
//TODO
#ifndef NeXT_Foundation_LIBRARY
#ifdef GNUSTEP
@implementation NSUserDefaults (Description)
//--------------------------------------------------------------------