/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/FileLocksmith/FileLocksmithLib/framework.h
15 строк
317 B
Stefan Markovic
[FileLocksmith]Add Windows11 (tier1) context menu (#31388)
20 фев 2024, 14:16
Не верифицирован
20 фев 2024, 14:16
e573b7a
Код
Авторство
О чём код?
#pragma once #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include <Windows.h> #include <Shlwapi.h> #include <ShlObj_core.h> #include <atlbase.h> #include <commctrl.h> // C++ Standard library #include <atomic> #include <string> #include <filesystem> #include <fstream>