Author: thebeing
Date: Fri Feb 26 13:52:31 2016
New Revision: 39418

URL: http://svn.gna.org/viewcvs/gnustep?rev=39418&view=rev
Log:
Declare a FOUNDATION_EXPORT macro as an alias for GS_EXPORT. 

Improves Cocoa compatibility

Modified:
    libs/base/trunk/ChangeLog
    libs/base/trunk/Headers/Foundation/NSObjCRuntime.h

Modified: libs/base/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/ChangeLog?rev=39418&r1=39417&r2=39418&view=diff
==============================================================================
--- libs/base/trunk/ChangeLog   (original)
+++ libs/base/trunk/ChangeLog   Fri Feb 26 13:52:31 2016
@@ -1,3 +1,8 @@
+2016-02-26     Niels Grewe <[email protected]>
+
+       * Headers/Foundation/NSObjCRuntime.h: Declare the FOUNDATION_EXPORT
+       macro as an alias for GS_EXPORT.
+
 2016-02-24  Richard Frith-Macdonald <[email protected]>
 
        * Headers/Foundation/NSArray.h:

Modified: libs/base/trunk/Headers/Foundation/NSObjCRuntime.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Headers/Foundation/NSObjCRuntime.h?rev=39418&r1=39417&r2=39418&view=diff
==============================================================================
--- libs/base/trunk/Headers/Foundation/NSObjCRuntime.h  (original)
+++ libs/base/trunk/Headers/Foundation/NSObjCRuntime.h  Fri Feb 26 13:52:31 2016
@@ -266,6 +266,11 @@
 
 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


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to