mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Readd guards
This commit is contained in:
parent
665bdcf952
commit
aa093ca1df
1 changed files with 2 additions and 2 deletions
|
@ -802,10 +802,10 @@ typedef NSUInteger NSStringEncodingConversionOptions;
|
|||
- (const char *)UTF8String;
|
||||
#endif
|
||||
|
||||
// #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST)
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST)
|
||||
- (NSString *) stringByAddingPercentEncodingWithAllowedCharacters: (NSCharacterSet *)aSet;
|
||||
- (NSString *) stringByRemovingPercentEncoding;
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST)
|
||||
/** Not implemented */
|
||||
|
|
Loading…
Reference in a new issue