mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +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 "pch.h"
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <common/debug_control.h>
|
||||||
|
|
||||||
template<int... keys>
|
template<int... keys>
|
||||||
class GenericKeyHook
|
class GenericKeyHook
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "centralized_kb_hook.h"
|
#include "centralized_kb_hook.h"
|
||||||
#include "common/common.h"
|
#include <common/common.h>
|
||||||
|
#include <common/debug_control.h>
|
||||||
|
|
||||||
namespace CentralizedKeyboardHook
|
namespace CentralizedKeyboardHook
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user