mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add ifdefs to include only on MacOSX
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18395 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
831216a9fe
commit
3aed9afeb7
2 changed files with 4 additions and 0 deletions
|
@ -53,9 +53,11 @@
|
|||
|
||||
@class NSNull;
|
||||
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
@interface NSObject (MissingFromMacOSX)
|
||||
- (IMP) methodForSelector: (SEL)aSelector;
|
||||
@end
|
||||
#endif
|
||||
|
||||
/** Deprecated ... use GSObjCFindVariable() */
|
||||
BOOL
|
||||
|
|
|
@ -119,9 +119,11 @@ static xmlParserInputPtr
|
|||
loadEntityFunction(const unsigned char *url, const unsigned char *eid,
|
||||
xmlParserCtxtPtr ctxt);
|
||||
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
@interface NSObject (MissingFromMacOSX)
|
||||
- (IMP) methodForSelector: (SEL)aSelector;
|
||||
@end
|
||||
#endif
|
||||
|
||||
@interface GSXPathObject(Private)
|
||||
+ (id) _newWithNativePointer: (xmlXPathObject *)lib
|
||||
|
|
Loading…
Reference in a new issue