forked from xt-sys/exectos
RtlCountLeadingZeroes64() should take 64bit value
This commit is contained in:
@@ -221,7 +221,7 @@ RtlCountLeadingZeroes32(IN ULONG Value);
|
||||
|
||||
XTAPI
|
||||
INT
|
||||
RtlCountLeadingZeroes64(IN ULONG Value);
|
||||
RtlCountLeadingZeroes64(IN ULONGLONG Value);
|
||||
|
||||
XTAPI
|
||||
INT
|
||||
|
Reference in New Issue
Block a user