Skip to content

Windows Port Continuation #1800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 12, 2018
Merged

Conversation

compnerd
Copy link
Member

Splinter off more of the Windows port with feedback addressed from @parkera

Replace `pthread_key_t` with `_CFThreadSpecificKey` to prepare for the
Windows threading support.
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.
@compnerd
Copy link
Member Author

CC: @millenomi @parkera

@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd merged commit b5d216e into swiftlang:master Dec 12, 2018
@compnerd compnerd deleted the windows-round-2 branch December 12, 2018 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants