mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
fix low-level kb hook disabling macro
This commit is contained in:
committed by
Andrey Nekrasov
parent
688f134051
commit
0aae535986
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "pch.h"
|
||||
#include <functional>
|
||||
#include <common/debug_control.h>
|
||||
|
||||
template<int... keys>
|
||||
class GenericKeyHook
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "pch.h"
|
||||
#include "centralized_kb_hook.h"
|
||||
#include "common/common.h"
|
||||
#include <common/common.h>
|
||||
#include <common/debug_control.h>
|
||||
|
||||
namespace CentralizedKeyboardHook
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user