Logo
Explore Help
Register Sign In
Mirrors/PowerToys
1
0
Fork 0
You've already forked PowerToys
mirror of https://github.com/microsoft/PowerToys.git synced 2026-04-04 10:16:24 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
bd132d9b4029fffbdb5a5e3a903b3f3bd4a915a2
PowerToys/src/modules/FileLocksmith/FileLocksmithLib/framework.h

16 lines
317 B
C
Raw Normal View History

[FileLocksmith]Add Windows11 (tier1) context menu (#31388) * Add project * Cleanup project file and add resource file * Move common logic to FileLocksmithLib * Cleanup interop vcxproj * Implement handler, add assets and appx manifest * Revert "Cleanup interop vcxproj" This reverts commit 97bf991f2e5a7c06f1b6bbae5a628b7dab5c05a5. * Remove package on uninstall Install package on enable Fix launching app Cleanup * Revert non-related change * Spellcheck * Update src/modules/FileLocksmith/FileLocksmithContextMenu/Resources.resx * Wire Show in extended context menu setting
2024-02-20 12:16:55 +01:00
#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>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 57ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API