Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpndrvinst/vpndrvinst.c')
-rw-r--r--src/vpndrvinst/vpndrvinst.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vpndrvinst/vpndrvinst.c b/src/vpndrvinst/vpndrvinst.c
index 8b8db493..ec888578 100644
--- a/src/vpndrvinst/vpndrvinst.c
+++ b/src/vpndrvinst/vpndrvinst.c
@@ -353,6 +353,8 @@ void MainFunction(char *cmd)
// winmain function
int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow)
{
+ InitProcessCallOnce();
+
InitMayaqua(false, false, 0, NULL);
EnableProbe(false);
InitCedar();