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/Mayaqua/Mayaqua.h')
-rw-r--r--src/Mayaqua/Mayaqua.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Mayaqua/Mayaqua.h b/src/Mayaqua/Mayaqua.h
index 8e6260f0..194f8e62 100644
--- a/src/Mayaqua/Mayaqua.h
+++ b/src/Mayaqua/Mayaqua.h
@@ -133,6 +133,8 @@
#endif // VPN_SPEED
+void InitProcessCallOnce();
+
#ifdef VPN_EXE
// To build the executable file
#ifdef WIN32
@@ -142,6 +144,7 @@ int main(int argc, char *argv[]);
int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow)
{
char *argv[] = { CmdLine, };
+ InitProcessCallOnce();
return main(1, argv);
}
#endif // WIN32