The encapsulation of the package manager API has been completed (only a portion of the API has been encapsulated).

This commit is contained in:
Bruce
2025-11-08 23:50:27 +08:00
parent 1b30f3caa5
commit 978f9b6a45
36 changed files with 2855 additions and 40 deletions
+10 -1
View File
@@ -23,4 +23,13 @@
#include <sstream>
#include <atlbase.h>
#include <functional>
#include <utility>
#include <utility>
#include <urlmon.h>
#include <wincrypt.h>
#ifdef max
#undef max
#endif
#ifdef min
#undef min
#endif