Files
third_party_rust_mio/tests
Jake Shadle 527db2e976 Replace winapi/ntapi with windows-sys
This updates miow to 0.4, which now uses the windows-sys crate instead
of winapi, as the former is maintained and updated frequently as opposed
to winapi. The windows-sys crate also covers more of the Windows API
surface, which also allowed me to remove the dependency on ntapi (as it
still depends on winapi). There was only a single function,
`NtCancelIoFileEx` that was present in ntapi but not windows-sys, so I
merely added the extern declaration in the one place it was used as it
is not worth bringing in a dependency just for that.
2022-03-31 10:34:52 +02:00
..
2021-11-07 19:42:00 +01:00
2021-10-08 13:17:03 +02:00