fixup! forgot to rename

This commit is contained in:
yuyoyuppe
2020-06-19 13:27:29 +03:00
parent 2effbd0baf
commit b84ea020f2
8 changed files with 10 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ public:
InitializeWinhookEventIds();
Trace::FancyZones::EnableFancyZones(true);
m_app = MakeFancyZones(reinterpret_cast<HINSTANCE>(&__ImageBase), m_settings);
#if defined(DISABLE_LOWLEVEL_KBHOOK_WHEN_DEBUGGED)
#if defined(DISABLE_LOWLEVEL_HOOKS_WHEN_DEBUGGED)
const bool hook_disabled = IsDebuggerPresent();
#else
const bool hook_disabled = false;