Skip to content

Platform: add UserEnv module to WinSDK #75362

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 1 commit into from
Jul 19, 2024

Conversation

compnerd
Copy link
Member

This allows access to the GetUserProfileDirectoryW API which is required for the swift-foundation implementation on Windows.

(cherry picked from commit 5919346)

Explanation: Add a new submodule for API access on Windows
Scope: This impacts only the WinSDK module, which is Windows specific.
Issue:
Original PR: #73008
Risk: If the WinSDK module is not tested, it could result in the module breaking which would make Swift nearly unusable on Windows.
Testing: CI testing which will build modules with WinSDK
Reviewer: @jmschonfeld

This allows access to the `GetUserProfileDirectoryW` API which is
required for the swift-foundation implementation on Windows.

(cherry picked from commit 5919346)
@compnerd compnerd requested a review from a team as a code owner July 19, 2024 04:52
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd enabled auto-merge July 19, 2024 16:22
@compnerd compnerd merged commit e58b7a3 into swiftlang:release/6.0 Jul 19, 2024
5 checks passed
@compnerd compnerd deleted the 60-modules branch July 19, 2024 17:04
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.

3 participants