mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[FancyZones] Implement File Watcher (#8603)
* Implement File Watcher in FancyZones * Simplify code, address PR comments * Add check to result of CreateEventW * Rebase fix Removed unneeded newline. If we keep it now, VS will just remove it some other time.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <functional>
|
||||
#include <unordered_set>
|
||||
#include <ShObjIdl.h>
|
||||
#include <optional>
|
||||
|
||||
#pragma comment(lib, "windowsapp")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user