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

Explicitly link kernel32.lib #482

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Commits on Sep 10, 2022

  1. Explicitly link kernel32.lib

    Currently backtrace depends on something else to link kernel32.lib, which is usually a safe assumption. However, it may become more of a problem once raw-dylib is stable and used by the standard library and other crates.
    
    Using `#[link]` also allows calling into the function directly instead of going through a jump stub.
    ChrisDenton committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    64d76d8 View commit details
    Browse the repository at this point in the history