paritytech / parity-tokio-ipc

Parity tokio-ipc
Apache License 2.0
76 stars 48 forks source link

Migrate from winapi to windows-rs #39

Open pronebird opened 9 months ago

pronebird commented 9 months ago

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?