mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
e7992a6b6b
When building a shared library on Windows, ensure that we export the symbols. We would previously export none of the interfaces making the dynamic library unusable. Simplify the macros as `swiftRemoteMirror_EXPORTS` would only be defined when building a shared library.