mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +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();
|