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

Use winapi crate instead of kernel32-sys

Open atouchet opened this issue 2 years ago • 1 comments

kernel32-sys is no longer used with winapi 0.3: https://github.com/retep998/winapi-rs#should-i-still-use-those--sys-crates-such-as-kernel32-sys

atouchet avatar Nov 19 '21 07:11 atouchet

Thanks for the report! I think I don't have enough bandwidth to address this issue myself, but I'm happy to accept PRs.

jeehoonkang avatar Mar 13 '22 14:03 jeehoonkang

Another option would be to switch to using windows/windows-sys: https://github.com/microsoft/windows-rs

atouchet avatar Nov 01 '22 05:11 atouchet