Update Shell

This commit is contained in:
Bruce
2025-11-26 07:44:51 +08:00
parent ae3771bfdb
commit a70b0547bd
45 changed files with 5781 additions and 253 deletions

View File

@@ -32,8 +32,13 @@
#include <Shlwapi.h>
#include <algorithm>
#include <random>
#include <ppltasks.h>
#include <thread>
#include <vector>
#include <combaseapi.h>
#using <Windows.winmd>
using namespace Microsoft::WRL;
using namespace ABI::Windows::UI::Notifications;
using namespace ABI::Windows::Data::Xml::Dom;
using namespace Microsoft::WRL::Wrappers;
#include <wincrypt.h>