mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.