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

@@ -61,7 +61,7 @@ void KeyboardHook::Start()
hookProc = gcnew HookProcDelegate(this, &KeyboardHook::HookProc);
Process ^ curProcess = Process::GetCurrentProcess();
ProcessModule ^ curModule = curProcess->MainModule;
#if defined(DISABLE_LOWLEVEL_KBHOOK_WHEN_DEBUGGED)
#if defined(DISABLE_LOWLEVEL_HOOKS_WHEN_DEBUGGED)
const bool hookDisabled = IsDebuggerPresent();
#else
const bool hookDisabled = false;