Skip to content

Commit ba224ce

Browse files
committed
fixed:build error
1 parent 4bff078 commit ba224ce

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

XEngine_Module/XEngine_InfoReport/InfoReport_APIMachine/InfoReport_APIMachine.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,7 @@ bool CInfoReport_APIMachine::InfoReport_APIMachine_Software(XCHAR* ptszSWInfo, i
443443
XCHAR tszOSVersion[256] = {};
444444
XCHAR tszOSInfo[256] = {};
445445
XCHAR tszUPTime[256] = {};
446-
XCHAR tszServicePacket[256] = {};
447446
XENGINE_LIBTIME st_LibTimer = {};
448-
SYSTEMAPI_CPU_INFOMATION st_CPUInfo = {};
449447

450448
if (!SystemApi_System_GetSystemVer(tszOSInfo, tszOSVersion, tszOSBuild, &nOSProcessor))
451449
{

XEngine_Module/XEngine_InfoReport/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FILEEXT =
55
LIBFLAG =
66
LOADHDR = -I ./ -I ../jsoncpp
77
LOADSO = -L ../jsoncpp
8-
LIB = -lXEngine_BaseLib -lXEngine_SystemApi -lXClient_APIHelp -ljsoncpp
8+
LIB = -lXEngine_BaseLib -lXEngine_SystemApi -lXClient_APIHelp -lNetHelp_XSocket -ljsoncpp
99
LIBEX =
1010
OBJECTS = InfoReport_APIMachine.o pch.o
1111

0 commit comments

Comments
 (0)