Skip to content

Commit c243230

Browse files
committed
fixed:release build on windows
1 parent 21d47fc commit c243230

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

XEngine_Source/StorageModule_Session/StorageModule_Session.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
8787
<LinkIncremental>false</LinkIncremental>
8888
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
89+
<LibraryPath>$(XEngine_Library);$(LibraryPath)</LibraryPath>
8990
</PropertyGroup>
9091
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
9192
<ClCompile>

XEngine_Source/XEngine_StorageApp/StorageApp_UPLoader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ BOOL XEngine_Task_HttpUPLoader(LPCTSTR lpszClientAddr, LPCTSTR lpszMsgBuffer, in
152152
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_WARN, _T("上传客户端:%s,请求上传文件成功,文件名:%s,总大小:%lld,写入大小:%lld,文件不完整,需要等待断点续传完毕"), lpszClientAddr, tszFileDir, st_StorageInfo.ullCount, st_StorageInfo.ullFSize);
153153
return TRUE;
154154
}
155-
156155
int nHashLen = 0;
157156
UCHAR tszHashStr[MAX_PATH];
158157
XSTORAGECORE_DBFILE st_ProtocolFile;

0 commit comments

Comments
 (0)