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
clang caught the redeclaration changing the dll storage for the symbols.
`ForFoundationOnly.h` marked the symbol with export storage, while the
`CFCalendar_INternal.h` gave the symbol local storage. Reconcile the
difference. The symbols are used by Foundation, so we need to expose
them.
0 commit comments