mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-05 01:31:32 +03:00
Compare commits
2 Commits
b4e956d166
...
48ed25957b
| Author | SHA1 | Date | |
|---|---|---|---|
| 48ed25957b | |||
| a470fb5fa9 |
@ -6,9 +6,7 @@
|
||||
// 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"
|
||||
@ -41,10 +39,6 @@ int main(int argc, char *argv[])
|
||||
#endif
|
||||
InitCedar();
|
||||
|
||||
#ifdef OS_WIN32
|
||||
CmExecUiHelperMain();
|
||||
#endif
|
||||
|
||||
s = GetCommandLineUniStr();
|
||||
|
||||
if (s == NULL)
|
||||
|
||||
Reference in New Issue
Block a user