You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to be able to only import NTSTATUS values from this crate, but doing so pulls in many dlls. The way in which the dlls are imported actually breaks my build because it forces some of my own ffi bindings to try to link against ntdll instead of my own dlls.