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 3737extern " C" {
3838#endif
3939
40+ SWIFT_REMOTE_MIRROR_LINKAGE
4041extern unsigned long long swift_reflection_classIsSwiftMask;
4142
4243// / Get the metadata version supported by the Remote Mirror library.
Original file line number Diff line number Diff line change 1010//
1111// ===----------------------------------------------------------------------===//
1212
13+ #include " swift/SwiftRemoteMirror/Platform.h"
14+
1315#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+ }
1520
1621#include " swift/Reflection/ReflectionContext.h"
1722#include " swift/Reflection/TypeLowering.h"
You can’t perform that action at this time.
0 commit comments