mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
93f1bc859a
commit
0704032dc4
12 changed files with 84 additions and 57 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue