mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SwiftRemoteMirror: repair the windows build
This symbol is meant to be exposed to users of the SwiftRemoteMirror library which requires that it is explicitly marked with the appropriate DLL storage on Windows. This should repair the Windows build.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
SWIFT_REMOTE_MIRROR_LINKAGE
|
||||
extern unsigned long long swift_reflection_classIsSwiftMask;
|
||||
|
||||
/// Get the metadata version supported by the Remote Mirror library.
|
||||
|
||||
Reference in New Issue
Block a user