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

@@ -301,7 +301,7 @@ public:
void start_lowlevel_keyboard_hook()
{
#if defined(DISABLE_LOWLEVEL_KBHOOK_WHEN_DEBUGGED)
#if defined(DISABLE_LOWLEVEL_HOOKS_WHEN_DEBUGGED)
if (IsDebuggerPresent())
{
return;