From 701eb0c8a8b4c5d7b7b0c1d1e8bffd97671588b3 Mon Sep 17 00:00:00 2001
From: MYH <2395591599@qq.com>
Date: 星期五, 01 十一月 2024 17:46:14 +0800
Subject: [PATCH] 修改common

---
 common.h |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/common.h b/common.h
index a714e74..098249e 100644
--- a/common.h
+++ b/common.h
@@ -1,9 +1,7 @@
 #ifndef COMMON_H
 #define COMMON_H
-#include <iostream>
-#include <cstring>
-#include <QString>
 
+#include <string.h>
 
 enum TypeInfo{
 
@@ -741,12 +739,7 @@
     Head head;
     char version_id[64]; // 鐗堟湰鍙�
     char version_id_old[64]; // 涓婁竴涓増鏈彿
-    char s_filepath[16][128];	//鏈嶅姟鍣ㄦ斁鏈�鏂扮増鏈殑璺緞
-    char version_description[256]; //鏇存柊鍐呭
-    char version_creattime[32]; // 鏇存柊鏃堕棿
-    char filename[16][128];
-    long long filesize[16];
-    char c_filepath[16][128];
+    char context[0];		//鍖呭惈涓嬭浇鏂囦欢淇℃伅
     int fileNum;
 
     VersionInfoEntryReq()

--
Gitblit v1.8.0