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 66e6bf3 commit 210a257Copy full SHA for 210a257
XEngine_Application/XEngine_APPModuleTest/XEngine_APPModuleTest.cpp
@@ -32,8 +32,6 @@ int main()
32
XClient_UDPSelect_Close(hSocket);
33
_xtprintf(_X("XClient_APIHelp-APIClient_Http_Create:%d\n"), APIClient_Http_Create(&xhClient));
34
APIClient_Http_Close(xhClient);
35
- _xtprintf(_X("XClient_Stream-XClient_StreamPush_FileInit:%p\n"), xhToken = XClient_StreamPush_FileInit());
36
- XClient_StreamPush_FileClose(xhToken);
37
38
_xtprintf(_X("XEngine_SystemSdk Test:\n"));
39
_xtprintf(_X("XEngine_SystemApi-SystemApi_Process_IsAdmin:%d\n"), SystemApi_Process_IsAdmin());
0 commit comments