Co-authored-by: Charity Kathure <ckathure@microsoft.com>

Fixes #33
This commit is contained in:
Charity Kathure 2022-06-28 12:24:27 +03:00 коммит произвёл GitHub
Родитель 9650632416
Коммит a3881a5716
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ std::unique_ptr<EventMonitor> g_eventMon(nullptr);
std::vector<std::shared_ptr<LogFileMonitor>> g_logfileMonitors;
std::unique_ptr<EtwMonitor> g_etwMon(nullptr);
BOOL ControlHandle(_In_ DWORD dwCtrlType)
BOOL WINAPI ControlHandle(_In_ DWORD dwCtrlType)
{
switch (dwCtrlType)
{