/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/powerdisplay/PowerDisplayModuleInterface/pch.h
12 строк
259 B
moooyo
[PD] Clean up PowerDisplay: fix resource leaks, remove dead code, and fix some bugs (#46979)
13 апр 2026, 21:00
Не верифицирован
13 апр 2026, 21:00
ff87dce
Код
Авторство
О чём код?
#pragma once #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <strsafe.h> #include <shellapi.h> #include <thread> #include <winrt/Windows.Foundation.Collections.h> #include <common/SettingsAPI/settings_helpers.h> #include <common/logger/logger.h>