Path fixes, etc, to work on MINGW.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7581 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-09-22 04:20:52 +00:00
parent 47eb44d12d
commit 4ae2035ea0
19 changed files with 209 additions and 93 deletions

View file

@ -147,7 +147,7 @@ NSHomeDirectoryForUser(NSString *login_name)
s = [NSString stringWithCString: buf];
}
else
s = NSOpenStepRootDirectory();
s = nil;
[gnustep_global_lock unlock];
return s;
#endif