File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
include/swift/SwiftRemoteMirror
stdlib/public/SwiftRemoteMirror Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 37
37
extern " C" {
38
38
#endif
39
39
40
+ SWIFT_REMOTE_MIRROR_LINKAGE
40
41
extern unsigned long long swift_reflection_classIsSwiftMask;
41
42
42
43
// / Get the metadata version supported by the Remote Mirror library.
Original file line number Diff line number Diff line change 10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
13
+ #include " swift/SwiftRemoteMirror/Platform.h"
14
+
13
15
#define SWIFT_CLASS_IS_SWIFT_MASK swift_reflection_classIsSwiftMask
14
- extern " C" unsigned long long swift_reflection_classIsSwiftMask = 2 ;
16
+ extern " C" {
17
+ SWIFT_REMOTE_MIRROR_LINKAGE
18
+ unsigned long long swift_reflection_classIsSwiftMask = 2 ;
19
+ }
15
20
16
21
#include " swift/Reflection/ReflectionContext.h"
17
22
#include " swift/Reflection/TypeLowering.h"
You can’t perform that action at this time.
0 commit comments