diff --git a/src/vpncmd/vpncmd.c b/src/vpncmd/vpncmd.c index 78c28aa4..9f29b5a7 100644 --- a/src/vpncmd/vpncmd.c +++ b/src/vpncmd/vpncmd.c @@ -6,7 +6,9 @@ // VPN Command Line Management Utility #include "Cedar/Cedar.h" - +#ifdef OS_WIN32 +#include "Cedar/CMInner.h" +#endif #include "Cedar/Command.h" #include "Mayaqua/Internat.h" @@ -39,6 +41,10 @@ int main(int argc, char *argv[]) #endif InitCedar(); +#ifdef OS_WIN32 + CmExecUiHelperMain(); +#endif + s = GetCommandLineUniStr(); if (s == NULL)