Skip to content
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

[Build Fix] CoreFoundation: use #include #3075

Merged
merged 1 commit into from
Sep 11, 2021
Merged

Conversation

compnerd
Copy link
Member

#import is an ObjC extension, and unportable (#import imports a type
library on Windows). Use the standard include directive.

`#import` is an ObjC extension, and unportable (`#import` imports a type
library on Windows).  Use the standard include directive.
@compnerd
Copy link
Member Author

@swift-ci please test

@millenomi
Copy link
Contributor

@swift-ci please test and merge

@millenomi millenomi changed the title CoreFoundation: use #include [Build Fix] CoreFoundation: use #include Sep 11, 2021
@swift-ci swift-ci merged commit fda7e71 into swiftlang:main Sep 11, 2021
@compnerd compnerd deleted the include branch September 11, 2021 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants