win32: Replace usage of __wgetmainargs()
authorTingPing <tingping@tingping.se>
Sat, 20 Dec 2014 23:39:00 +0000 (18:39 -0500)
committerPatrick Griffis <tingping@tingping.se>
Thu, 23 Jul 2015 08:22:59 +0000 (04:22 -0400)
commit3cc349b04e76880a9d2f3c3d2195d171e110f66c
treee58146aa229f4f5e1cce30564e443823c9df9b53
parentbe7de8a7fd0883f8514cf8b532ce1c820f7e35fa
win32: Replace usage of __wgetmainargs()

It was an internal function that has been removed with VS 2015

Use g_win32_get_command_line() or CommandLineToArgvW() directly.

https://bugzilla.gnome.org/show_bug.cgi?id=741822
gio/tests/gio-du.c
glib/gspawn-win32-helper.c
glib/gspawn.c