MacOS-X compatibility updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26598 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-06-06 13:57:06 +00:00
parent af1b3c2607
commit ec0b3ab41a
42 changed files with 827 additions and 13 deletions

View file

@ -1909,6 +1909,15 @@ if (domainMask & mask) \
}
break;
case NSDownloadsDirectory:
{
ADD_PATH(NSUserDomainMask, gnustepUserLibrary, @"Downloads");
ADD_PATH(NSLocalDomainMask, gnustepLocalLibrary, @"Downloads");
ADD_PATH(NSNetworkDomainMask, gnustepNetworkLibrary, @"Downloads");
ADD_PATH(NSSystemDomainMask, gnustepSystemLibrary, @"Downloads");
}
break;
case NSCachesDirectory:
{
/* Uff - at the moment the only place to put Caches seems to