File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,13 @@ cat << !EOF > ${CLASSNAME}.h
66
66
#define _${CLASSNAME} _h_INCLUDE
67
67
68
68
#import <Foundation/${SUPERCLASS} .h>
69
+ #import <GNUstepBase/GSVersionMacros.h>
69
70
70
71
#if defined(__cplusplus)
71
72
extern "C" {
72
73
#endif
73
74
75
+ GS_EXPORT_CLASS
74
76
@interface ${CLASSNAME} : ${SUPERCLASS}
75
77
76
78
@end
@@ -114,11 +116,13 @@ cat << !EOF > ${CLASSNAME}.h
114
116
#define _${CLASSNAME} _h_INCLUDE
115
117
116
118
#import "${SUPERCLASS} .h"
119
+ #import <GNUstepBase/GSVersionMacros.h>
117
120
118
121
#if defined(__cplusplus)
119
122
extern "C" {
120
123
#endif
121
124
125
+ GS_EXPORT_CLASS
122
126
@interface ${CLASSNAME} : ${SUPERCLASS}
123
127
124
128
@end
Original file line number Diff line number Diff line change @@ -68,13 +68,15 @@ cat << !EOF > ${CLASSNAME}.h
68
68
#define _${CLASSNAME} _h_GNUSTEP_GUI_INCLUDE
69
69
70
70
#import <Foundation/${SUPERCLASS} .h>
71
+ #import <AppKit/AppKitDefines.h>
71
72
72
73
#if OS_API_VERSION(MAC_OS_X_VERSION_${VERSION} , GS_API_LATEST)
73
74
74
75
#if defined(__cplusplus)
75
76
extern "C" {
76
77
#endif
77
78
79
+ APPKIT_EXPORT_CLASS
78
80
@interface ${CLASSNAME} : ${SUPERCLASS}
79
81
80
82
@end
@@ -120,13 +122,15 @@ cat << !EOF > ${CLASSNAME}.h
120
122
#define _${CLASSNAME} _h_GNUSTEP_GUI_INCLUDE
121
123
122
124
#import <AppKit/${SUPERCLASS} .h>
125
+ #import <AppKit/AppKitDefines.h>
123
126
124
127
#if OS_API_VERSION(MAC_OS_X_VERSION_${VERSION} , GS_API_LATEST)
125
128
126
129
#if defined(__cplusplus)
127
130
extern "C" {
128
131
#endif
129
132
133
+ APPKIT_EXPORT_CLASS
130
134
@interface ${CLASSNAME} : ${SUPERCLASS}
131
135
132
136
@end
You can’t perform that action at this time.
0 commit comments