Files
PowerToys/src/common/SettingsAPI/pch.h
Davide Giacometti 9e1242e8d5 [Common]NotificationUtil helper class with FileWatcher (#36720)
* add NotificationUtil helper with file watcher and cache

* fix spellcheck

* indentation
2025-01-19 15:19:40 +00:00

13 lines
231 B
C

#pragma once
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <winrt/base.h>
#include <winrt/Windows.Foundation.Collections.h>
#include <Windows.h>
#include <filesystem>
#include <fstream>
#include <common/logger/logger.h>