mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
47eb44d12d
commit
4ae2035ea0
19 changed files with 209 additions and 93 deletions
|
@ -147,7 +147,7 @@ NSHomeDirectoryForUser(NSString *login_name)
|
|||
s = [NSString stringWithCString: buf];
|
||||
}
|
||||
else
|
||||
s = NSOpenStepRootDirectory();
|
||||
s = nil;
|
||||
[gnustep_global_lock unlock];
|
||||
return s;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue