mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix from Marcus for non-fragile ABI build
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36546 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8398b7e156
commit
e813c95a51
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-04-18 Marcus Muller <znek@mulle-kybernetik.com>
|
||||
|
||||
* Source/NSMetadata.m: Fix to expose variables to compiler building
|
||||
with non-fragile ABI.
|
||||
|
||||
2013-04-15 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GNUmakefile:
|
||||
|
|
|
@ -24,6 +24,12 @@
|
|||
AutogsdocSource: NSMetadata.m
|
||||
*/
|
||||
|
||||
+#define EXPOSE_NSMetadataItem_IVARS 1
|
||||
+#define EXPOSE_NSMetadataQuery_IVARS 1
|
||||
+#define EXPOSE_NSMetadataQueryAttributeValueTuple_IVARS 1
|
||||
+#define EXPOSE_NSMetadataQueryResultGroupInternal_IVARS 1
|
||||
+#define EXPOSE_NSMetadataQueryResultGroup_IVARS 1
|
||||
|
||||
#import "Foundation/NSMetadata.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
|
|
Loading…
Reference in a new issue