From 5850d0aa3865b040ad1eac5559d3a2b25a806669 Mon Sep 17 00:00:00 2001 From: Niels Grewe Date: Fri, 26 Feb 2016 12:52:31 +0000 Subject: [PATCH] Declare a FOUNDATION_EXPORT macro as an alias for GS_EXPORT. Improves Cocoa compatibility git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39418 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Headers/Foundation/NSObjCRuntime.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index e7c1d4a1d..c8c0835d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-02-26 Niels Grewe + + * Headers/Foundation/NSObjCRuntime.h: Declare the FOUNDATION_EXPORT + macro as an alias for GS_EXPORT. + 2016-02-24 Richard Frith-Macdonald * Headers/Foundation/NSArray.h: diff --git a/Headers/Foundation/NSObjCRuntime.h b/Headers/Foundation/NSObjCRuntime.h index 776a8cfb3..bbd1fa72a 100644 --- a/Headers/Foundation/NSObjCRuntime.h +++ b/Headers/Foundation/NSObjCRuntime.h @@ -266,6 +266,11 @@ enum {NSNotFound = NSIntegerMax}; DEFINE_BLOCK_TYPE(NSComparator, NSComparisonResult, id, id); +/** + * Declare the foundation export macro as an alias to GS_EXPORT + */ +#define FOUNDATION_EXPORT GS_EXPORT + #if defined(__cplusplus) } #endif