Skip to content

Fix linker issues with Rust 1.87#77

Merged
Robo210 merged 1 commit intomainfrom
187
May 16, 2025
Merged

Fix linker issues with Rust 1.87#77
Robo210 merged 1 commit intomainfrom
187

Conversation

@Robo210
Copy link
Collaborator

@Robo210 Robo210 commented May 16, 2025

Fixes #76

Linking against "onecore_apiset" will mean the code will run on whichever version of the Windows SDK is being used, but maybe not different versions if the API set host changes. In practice, the ETW functions are all in kernelbase.dll and don't jump around to different hosts, so this will just link directly against kernelbase.dll and skip all the forwarding.

@Robo210 Robo210 requested a review from a team as a code owner May 16, 2025 22:29
@Robo210 Robo210 merged commit bdd914b into main May 16, 2025
2 checks passed
@Robo210 Robo210 deleted the 187 branch May 16, 2025 22:34
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.

Bug: tracelogging build broken with rustc 1.87

2 participants