派生自 xt-sys/exectos
RtlCountLeadingZeroes64() should take 64bit value
这个提交包含在:
@@ -221,7 +221,7 @@ RtlCountLeadingZeroes32(IN ULONG Value);
|
||||
|
||||
XTAPI
|
||||
INT
|
||||
RtlCountLeadingZeroes64(IN ULONG Value);
|
||||
RtlCountLeadingZeroes64(IN ULONGLONG Value);
|
||||
|
||||
XTAPI
|
||||
INT
|
||||
|
||||
在新工单中引用
屏蔽一个用户