Fixes for Windows

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6641 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-06-06 16:50:52 +00:00
parent 9fc2888701
commit 9360b6e9cc
21 changed files with 236 additions and 348 deletions

View file

@ -24,15 +24,6 @@
#include <config.h>
#include <base/preface.h>
#if 0
/* My Linux doesn't have <libc.h>. Why is this necessary?
What is a work-around that will work for all? -mccallum*/
#include <libc.h>
/* If POSIX then: #include <unistd.h> */
#endif /* 0 */
#if !defined(__WIN32__)
#include <pwd.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>