Release v1.2.0

This commit is contained in:
yuanyuanxiang
2025-12-25 01:19:33 +01:00
parent 3afcef7779
commit a297f3419f
12 changed files with 79 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ extern "C" {
#pragma comment(lib, "ws2_32.lib")
// 自动启动注册表中的值
#define REG_NAME "ClientDemo"
#define REG_NAME GetExeHashStr().c_str()
typedef void (*StopRun)();