Rename RtlInterlockedDecrementLongPtr() to follow routines naming convention

This commit is contained in:
2023-10-29 12:21:19 +01:00
parent cf7c467637
commit 3f2baa5b50
3 changed files with 3 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ RtlInterlockedCompareExchangePointer(IN VOLATILE PVOID *Destination,
XTFASTCALL
LONG_PTR
RtlInterlockedDecrementLongPtr(IN VOLATILE PLONG_PTR Addend);
RtlInterlockedDecrement64(IN VOLATILE PLONG_PTR Addend);
XTFASTCALL
PVOID