Remove non-Openstep classes. More WIN32 changes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6669 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-06-13 14:50:40 +00:00
parent 93f1bc859a
commit 0704032dc4
12 changed files with 84 additions and 57 deletions

View file

@ -2124,7 +2124,9 @@ handle_printf_atsign (FILE *stream,
#if defined(__MINGW__)
return self;
#else
const int MAX_PATH = 1024;
#ifndef MAX_PATH
#define MAX_PATH 1024
#endif
char new_buf[MAX_PATH];
#if HAVE_REALPATH