We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bba5be commit 4f559d6Copy full SHA for 4f559d6
XEngine_APPClient/APPClient_Download/APPClient_Download.cpp
@@ -21,6 +21,7 @@
21
#include <XEngine_Include/XEngine_SystemSdk/ProcFile_Define.h>
22
#include <XEngine_Include/XEngine_SystemSdk/SystemApi_Define.h>
23
#include <XEngine_Include/XEngine_SystemSdk/SystemApi_Error.h>
24
+#include "../../XEngine_Source/XStorage_Protocol.h"
25
using namespace std;
26
27
#pragma comment(lib,"x86/XEngine_BaseLib/XEngine_BaseLib")
@@ -31,7 +32,7 @@ using namespace std;
31
32
33
typedef struct
34
{
- XENGINE_PROTOCOLFILE st_ProtocolFile;
35
+ XENGINE_PROTOCOL_FILE st_ProtocolFile;
36
CHAR tszIPAddr[64];
37
}P2PFILE_INFO;
38
0 commit comments