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

Add missing feature on windows #57

Closed

Conversation

jaysonsantos
Copy link

If this feature is not enabled, libraries that use keyring would fail with the following message:

error[E0432]: unresolved import `winapi::shared::winerror`
  --> C:\Users\xxxx\scoop\persist\rustup\.cargo\git\checkouts\keyring-rs-b52068140faa8a8e\d4f0c1a\src\windows.rs:10:21
   |
10 | use winapi::shared::winerror::{ERROR_NOT_FOUND, ERROR_NO_SUCH_LOGON_SESSION};
   |                     ^^^^^^^^ could not find `winerror` in `shared`

error[E0432]: unresolved import `winapi::um::errhandlingapi`
  --> C:\Users\xxxx\scoop\persist\rustup\.cargo\git\checkouts\keyring-rs-b52068140faa8a8e\d4f0c1a\src\windows.rs:11:17
   |
11 | use winapi::um::errhandlingapi::GetLastError;
   |                 ^^^^^^^^^^^^^^ could not find `errhandlingapi` in `um`

@jaysonsantos
Copy link
Author

Closing this in favor of #58

@jaysonsantos jaysonsantos deleted the add-missing-windows-features branch March 16, 2021 20:19
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.

1 participant