You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreFoundation: use modern standards for DLL build
Use the CMake defined `_EXPORT` macro to determine if the symbols should
be exported. Rely on `_USRDLL` to indicate if the compilation is meant
for static or shared builds and mark the symbols for export or not to
prevent the symbols from being re-exported from the consuming library.
0 commit comments