/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/AltWindowCycle/pch.h
15 строк
303 B
Clint Rutkas
New module: AltWindowCycle (#48281)
31 июл 2026, 08:42
Не верифицирован
31 июл 2026, 08:42
bb99c30
Код
Авторство
О чём код?
#pragma once #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <dwmapi.h> #include <algorithm> #include <string> #include <vector> #include <winrt/Windows.Data.Json.h> #include <common/logger/logger.h> #include <common/utils/logger_helper.h> #include <common/SettingsAPI/settings_helpers.h>