Skip to content

Commit 6dafe08

Browse files
committed
improved:info
1 parent 195bb24 commit 6dafe08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

XEngine_Source/XEngine_ModuleProtocol/XEngine_ModuleProtocol.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</ImportGroup>
9999
<PropertyGroup Label="UserMacros" />
100100
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
101-
<IncludePath>$(XEngine_Include);../XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath>
101+
<IncludePath>$(XEngine_Include);../XEngine_Depend/XEngine_Module/jsoncpp;..\XEngine_ModuleProtocol;$(IncludePath)</IncludePath>
102102
<LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath>
103103
</PropertyGroup>
104104
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

XEngine_Source/XEngine_UserProtocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ typedef enum en_XEngine_XUser_Protocol
2727
#define XENGINE_COMMUNICATION_PROTOCOL_OPERATOR_CODE_FORWARD_ANONYREQ 0xE1006 //匿名转发
2828
#define XENGINE_COMMUNICATION_PROTOCOL_OPERATOR_CODE_FORWARD_ANONYREP 0xE1007
2929
///////////////////////////////////////////////////////////////////////////
30-
// 导出的数据结构
30+
// 导出的错误信息
3131
///////////////////////////////////////////////////////////////////////////
3232
#define ERROR_XENGINE_PROXY_PROTOCOL_FORMAT 0x01 //协议格式内容错误
3333
#define ERROR_XENGINE_PROXY_PROTOCOL_SERVER 0x02 //服务器内部处理错误

0 commit comments

Comments
 (0)