sspi-rs icon indicating copy to clipboard operation
sspi-rs copied to clipboard

Replace `winapi` crate with `windows`/`windows-sys`

Open TheBestTvarynka opened this issue 2 years ago • 0 comments

Currently, in our ffi crate we are using two crates for communication with Windows API:

But the winapi crate is abandoned. So we need to remove the winapi crate and replace its functions calls with the corresponding ones from the windows/windows-sys crate

TheBestTvarynka avatar Sep 22 '23 15:09 TheBestTvarynka