[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:
Ivan Stošić
2020-12-16 14:53:48 +01:00
committed by GitHub
parent 540e16b179
commit e2ca4177dd
7 changed files with 118 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#include <functional>
#include <unordered_set>
#include <ShObjIdl.h>
#include <optional>
#pragma comment(lib, "windowsapp")