int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) { if ( strcmp(lpCmdLine, aLaunched) ) { StartLauncher(); byte_6C8B54 = 1; exit(1); } if ( DetectAnotherInstance() ) { byte_6C8B54 = 1; exit(1); } InitializeWindow(sub_4A6ED0, 0); return 0; }