|
|
@@ -3,6 +3,7 @@
|
|
|
#include <fstream>
|
|
|
#include <winpr/file.h>
|
|
|
#include "fileutil.h"
|
|
|
+#include "iniutil.h"
|
|
|
#include "RVCEventCode.h"
|
|
|
#include "VtmLoaderFSM.h"
|
|
|
#include "VtmLoader_UserCode.h"
|
|
|
@@ -3180,7 +3181,7 @@ void CVtmLoaderFSM::QueryLocalInfo(SpReqAnsContext<VtmLoaderService_QueryLocalIn
|
|
|
{
|
|
|
#ifdef RVC_OS_WIN
|
|
|
ctx->Ans.VtmAppType = "Windows";
|
|
|
-#elif
|
|
|
+#else
|
|
|
ctx->Ans.VtmAppType = "UOS";
|
|
|
#endif
|
|
|
CSimpleStringA csRunPath("");
|