From 7c4470f64e76715991d234b557fd3479a53289a8 Mon Sep 17 00:00:00 2001 From: Ren Date: Thu, 11 Jan 2024 12:44:04 +0700 Subject: [PATCH] Update Detours.h --- Detours.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detours.h b/Detours.h index 5f7b750..f9838ae 100644 --- a/Detours.h +++ b/Detours.h @@ -995,7 +995,7 @@ namespace Detours { }; }; ULONGLONG CsrServerReadOnlySharedMemoryBase; - PRTL_CRITICAL_SECTION TppWorkerpListLock; + RTL_SRWLOCK TppWorkerpListLock; LIST_ENTRY TppWorkerpList; PVOID WaitOnAddressHashTable[128]; PVOID TelemetryCoverageHeader;