mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
5 lines
143 B
C
5 lines
143 B
C
#pragma once
|
|
|
|
extern UINT WM_PRIV_SETTINGS_CHANGED; // Scheduled when the a watched settings file is updated
|
|
|
|
void InitializeWinhookEventIds(); |