回退 'Pull Request !170 : 资源编译优化'

This commit is contained in:
oh_ci
2024-08-31 06:11:02 +00:00
committed by Gitee
parent fb3f8faf33
commit e9c570fe49
14 changed files with 93 additions and 427 deletions
-2
View File
@@ -18,7 +18,6 @@
#include <chrono>
#include <cJSON.h>
#include <mutex>
#ifdef __WIN32
#include <windows.h>
#else
@@ -111,7 +110,6 @@ private:
uint32_t successCounts_ = 0;
unsigned long long originalSize_ = 0;
unsigned long long successSize_ = 0;
std::mutex mutex_;
#ifdef __WIN32
HMODULE handle_ = nullptr;
#else