Rename RtlInterlockedDecrementLongPtr() to follow routines naming convention
Všechny kontroly byly úspěšné
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 27s

Tento commit je obsažen v:
2023-10-29 12:21:19 +01:00
rodič cf7c467637
revize 3f2baa5b50
3 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

@@ -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);
}