Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement