winapi-rs
winapi-rs copied to clipboard
GetCurrentProcessToken and others are commented out
It looks like a few of the processthreadsapi.h functions are commented out. Is there any reason for this? If not, I can make a quick PR enabling them.
https://github.com/retep998/winapi-rs/blob/a6dd5510212a2f0f5aae66e60949bd6fdaa0a44d/src/um/processthreadsapi.rs#L212-L214
It's just because nobody ever actually filled them out. They were just added there as comments to indicate where they would go.
I would need those too, but not deep enough into this to do this quickly