Make note of the recent g_win32_get_command_line()

This commit is contained in:
Přemysl Eric Janouch 2021-10-14 00:36:39 +02:00
parent 3102bc0cb9
commit 8815d72db7
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ main (int argc, char *argv[])
#ifdef _WIN32
/* Don't be unneccessarily limited by the system ANSI codepage. */
/* g_win32_get_command_line() should replace this code for GLib >= 2.40. */
argv_overriden = get_utf8_args (&argc, &argv);
if (argv_overriden)
_putenv ("CHARSET=UTF-8");