mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
preparation for possibly excluding GNUstep extensions by default
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8123799077
commit
4904fa442a
20 changed files with 61 additions and 29 deletions
|
@ -61,7 +61,7 @@ GS_EXPORT NSString* const NSGlobalDomain;
|
|||
*/
|
||||
GS_EXPORT NSString* const NSRegistrationDomain;
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
#if !NO_GNUSTEP
|
||||
/**
|
||||
* User defaults domain for GNUstep config file and for any defaults
|
||||
* stored in the GlobalDefaults.plist file alongside the config file.
|
||||
|
@ -179,7 +179,7 @@ GS_EXPORT NSString* const NSLanguageCode;
|
|||
|
||||
/** Key for locale dictionary: formal name of language. */
|
||||
GS_EXPORT NSString* const NSFormalName;
|
||||
#ifndef NO_GNUSTEP
|
||||
#if !NO_GNUSTEP
|
||||
/** Key for locale dictionary: name of locale. */
|
||||
GS_EXPORT NSString* const GSLocale;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue