mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
More code tidyups and NSError updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23921 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0d0ae9d9a8
commit
0ebe68ae48
87 changed files with 746 additions and 539 deletions
|
@ -49,9 +49,9 @@
|
|||
static BOOL GSMacOSXCompatiblePropertyLists(void)
|
||||
{
|
||||
#if defined(HAVE_LIBXML)
|
||||
if ([_GSPrivate userDefaultsFlag: NSWriteOldStylePropertyLists] == YES)
|
||||
if (GSPrivateDefaultsFlag(NSWriteOldStylePropertyLists) == YES)
|
||||
return NO;
|
||||
return [_GSPrivate userDefaultsFlag: GSMacOSXCompatible];
|
||||
return GSPrivateDefaultsFlag(GSMacOSXCompatible);
|
||||
#else
|
||||
return NO;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue