/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/NewPlus/NewShellExtensionContextMenu/pch.h
39 строк
819 B
moooyo
[PowerRename] Support using photo metadata to replace in the PowerRename (#41728)
04 ноя 2025, 04:27
Не верифицирован
04 ноя 2025, 04:27
70e1177
Код
Авторство
О чём код?
// Precompiled header file. #pragma once #define WIN32_LEAN_AND_MEAN #define NOMINMAX #define NOMCX #define NOHELP #define NOCOMM // Windows and STL #include <Shobjidl.h> #include <shlwapi.h> #include <shellapi.h> #include <Windows.h> #include <shlobj.h> #include <algorithm> #include <vector> #include <system_error> #include <memory> #include <iostream> #include <atlbase.h> #include <wrl.h> #include <wrl/module.h> #include <Unknwn.h> // PowerToys project common #include <ProjectTelemetry.h> #include <common/utils/resources.h> #include <common/logger/logger.h> #include <common/logger/logger_settings.h> #include <common/utils/logger_helper.h> #include <common/Themes/theme_helpers.h> // New project specific #include "dll_main.h" #include "template_folder.h" #include "settings.h" #include "new_utilities.h"