Skip to content

Commit a1bc34a

Browse files
committed
fixed:ProtocolModule_Packet_PassAuth does not export
1 parent 4219cc4 commit a1bc34a

File tree

1 file changed

+4
-0
lines changed
  • XEngine_Source/MQCore_ProtocolModule

1 file changed

+4
-0
lines changed

XEngine_Source/MQCore_ProtocolModule/pch.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ extern "C" BOOL ProtocolModule_Packet_MQNumber(XENGINE_PROTOCOLHDR * pSt_Protoco
3939
{
4040
return m_ProtocolPacket.ProtocolModule_Packet_MQNumber(pSt_ProtocolHdr, pSt_MQNumber, ptszMsgBuffer, pInt_MsgLen, nNetType);
4141
}
42+
extern "C" BOOL ProtocolModule_Packet_PassAuth(XENGINE_PROTOCOL_USERAUTH * pSt_ProtocolAuth, TCHAR * ptszMsgBuffer, int* pInt_MsgLen)
43+
{
44+
return m_ProtocolPacket.ProtocolModule_Packet_PassAuth(pSt_ProtocolAuth, ptszMsgBuffer, pInt_MsgLen);
45+
}
4246
/************************************************************************/
4347
/* 解析类函数 */
4448
/************************************************************************/

0 commit comments

Comments
 (0)