mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
changes from bug #40930
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37478 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9fd1bf4218
commit
65039c3531
4 changed files with 26 additions and 6 deletions
|
@ -270,7 +270,8 @@ GS_EXPORT NSString * const NSStreamSOCKSProxyVersion4;
|
|||
GS_EXPORT NSString * const NSStreamSOCKSProxyVersion5;
|
||||
GS_EXPORT NSString * const NSStreamSOCKSProxyVersionKey;
|
||||
|
||||
#ifdef _clang_ /* FIXME ... this is not clang specific */
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && defined(_clang_)
|
||||
/* FIXME ... this is not clang specific */
|
||||
@protocol NSStreamDelegate <NSObject>
|
||||
@optional
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue