/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/FileLocksmith/FileLocksmithLibInterop/pch.h
23 строки
419 B
Shawn Yuan
[File Locksmith] Add CLI support (#44047)
06 янв 2026, 10:59
Не верифицирован
06 янв 2026, 10:59
03aec1a
Код
Авторство
О чём код?
#pragma once // System headers #define NOMINMAX #define WIN32_LEAN_AND_MEAN #include <Windows.h> #include <winternl.h> #include <Psapi.h> #include <shellapi.h> // C++ standard library headers #include <stdexcept> #include <vector> #include <map> #include <iostream> #include <string> #include <set> #include <algorithm> #include <fstream> #ifndef FILELOCKSMITH_LIB_STATIC #include <winrt/PowerToys.Interop.h> #endif