资源编译优化

Signed-off-by: liduo <liduo29@huawei.com>
This commit is contained in:
liduo
2024-08-26 21:59:52 +08:00
parent 1ee4042244
commit 5dfa83829a
14 changed files with 427 additions and 93 deletions
+2
View File
@@ -18,6 +18,7 @@
#include <chrono>
#include <cJSON.h>
#include <mutex>
#ifdef __WIN32
#include <windows.h>
#else
@@ -110,6 +111,7 @@ private:
uint32_t successCounts_ = 0;
unsigned long long originalSize_ = 0;
unsigned long long successSize_ = 0;
std::mutex mutex_;
#ifdef __WIN32
HMODULE handle_ = nullptr;
#else