Rename RtlInterlockedDecrementLongPtr() to follow routines naming convention

このコミットが含まれているのは:
2023-10-29 12:21:19 +01:00
コミット 3f2baa5b50
3個のファイルの変更3行の追加3行の削除

ファイルの表示

@@ -100,7 +100,7 @@ ExReleaseRundownProtection(IN PEX_RUNDOWN_REFERENCE Descriptor)
{
WaitBlock = (PEX_RUNDOWN_WAIT_BLOCK)(CurrentValue & ~0x1);
if(!RtlInterlockedDecrementLongPtr((PLONG_PTR)&WaitBlock->Count))
if(!RtlInterlockedDecrement64((PLONG_PTR)&WaitBlock->Count))
{
KeSetEvent(&WaitBlock->WakeEvent, 0, FALSE);
}