Skip to content

Import some items from winapi as they are now present #428

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

Conversation

JohnTitor
Copy link
Member

retep998/winapi-rs#768 has been fixed now, and SymGetOptions/SymSetOptions were added by retep998/winapi-rs#864. This also updates the patch version so that someone doesn't pull an older version mistakenly.

@JohnTitor JohnTitor force-pushed the import-from-winapi-as-possible branch from 75aa277 to 82e85d3 Compare June 10, 2021 22:59
@@ -176,7 +158,7 @@ const SYMOPT_DEFERRED_LOADS: DWORD = 0x00000004;
dbghelp! {
extern "system" {
fn SymGetOptions() -> DWORD;
fn SymSetOptions(options: DWORD) -> ();
fn SymSetOptions(options: DWORD) -> DWORD;
Copy link
Member Author

@JohnTitor JohnTitor Jun 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexcrichton alexcrichton merged commit 4647e2a into rust-lang:master Jun 10, 2021
@alexcrichton
Copy link
Member

Thanks!

@JohnTitor JohnTitor deleted the import-from-winapi-as-possible branch June 11, 2021 00:00
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.

2 participants