Commit eb05efff authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit 23.7.1 upon wine-8.0.1

parent 2925041f
......@@ -2297,7 +2297,10 @@ static void hacks_init(void)
env_str = getenv("WINE_SIMULATE_WRITECOPY");
if (env_str) simulate_writecopy = atoi(env_str);
else simulate_writecopy = main_argc > 1 && strstr(main_argv[1], "UplayWebCore.exe");
else simulate_writecopy = main_argc > 1 && (
strstr(main_argv[1], "UplayWebCore.exe")
|| strstr(main_argv[1], "Battle.net.exe") /* CW HACK 23072 */
);
}
#ifdef _WIN64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment