mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
5 lines
101 B
C
5 lines
101 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
extern UINT WM_PRIV_SHORTCUT; // Shortcut is pressed
|
||
|
|
|
||
|
|
void InitializeWinhookEventIds();
|