1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-15 20:25:00 +03:00

v4.03-9411-rtm

This commit is contained in:
dnobori
2014-01-07 05:40:52 +09:00
parent 52e6ca39c1
commit d1bc9c57c5
356 changed files with 29166 additions and 9153 deletions

View File

@ -2125,10 +2125,6 @@ bool ExecuteHamcoreExe(char *name)
// Show the Easter Egg
void ShowEasterEgg(HWND hWnd)
{
ExecuteHamcoreExe("|egg1.exe");
ExecuteHamcoreExe("|egg2.exe");
ExecuteHamcoreExe("|egg3.exe");
ShellExecute(hWnd, "open", "http://www.softether.co.jp/jp/special/vpn3egg/", NULL, NULL, SW_SHOW);
}
void KakushiThread(THREAD *thread, void *param)