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
In C++ WDK, we have different definitions of IRQL constants for different platforms (_X86_, _AMD64_, _ARM_, _ARM64_). But in windows-rs we have consts from the _X86_ target for all platforms:
In C++ WDK, we have different definitions of IRQL constants for different platforms (
_X86_
,_AMD64_
,_ARM_
,_ARM64_
). But inwindows-rs
we have consts from the_X86_
target for all platforms:But got:
And it's a critical issue as we have to re-check all constants now to ensure they're correct...
The text was updated successfully, but these errors were encountered: