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

Migrate from winapi to windows-rs #39

Open
pronebird opened this issue Feb 1, 2024 · 0 comments
Open

Migrate from winapi to windows-rs #39

pronebird opened this issue Feb 1, 2024 · 0 comments

Comments

@pronebird
Copy link

pronebird commented Feb 1, 2024

It doesn't seem that parity-tokio-ipc can be built any longer on my windows 11 box:

error[E0432]: unresolved import `winapi::shared::winerror`
 --> C:\Users\pronebird\.cargo\registry\src\index.crates.io-6f17d22bba15001f\parity-tokio-ipc-0.9.0\src\win.rs:1:21
  |
1 | use winapi::shared::winerror::{ERROR_PIPE_BUSY, ERROR_SUCCESS};
  |                     ^^^^^^^^ could not find `winerror` in `shared`

Perhaps it's time to ditch the winapi-rs and move on to official crate?

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

No branches or pull requests

1 participant