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

feat: add skip_umdf_static_crt_check unstable option to prevent static crt linkage check #217

Merged
merged 7 commits into from
Sep 26, 2024

Conversation

wmmc88
Copy link
Collaborator

@wmmc88 wmmc88 commented Sep 13, 2024

The WDK allows for hybrid CRT linking for UM drivers. Hybrid CRT linkage dynamically links against the UCRT (OS component) and statically links against the VC++ redistributable. Legacy versions of the WDK also allowed dynamically linking against the VC++ runtime.

In order to allow experimentation into these scenarios, an unstable option to skip the static CRT linkage check for UM drivers is added. This feature is currently unstable and is not covered by existing test collateral.

@wmmc88 wmmc88 self-assigned this Sep 13, 2024
@wmmc88 wmmc88 requested a review from a team September 13, 2024 19:21
@wmmc88 wmmc88 marked this pull request as ready for review September 16, 2024 01:57
@wmmc88 wmmc88 added this pull request to the merge queue Sep 26, 2024
Merged via the queue into microsoft:main with commit a5730b4 Sep 26, 2024
62 checks passed
@wmmc88 wmmc88 deleted the optional-static-lib-umdf branch September 26, 2024 00:57
@wmmc88 wmmc88 mentioned this pull request Sep 27, 2024
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