gio/gdbusaddress.c: Silence RunDLL errors
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 15 Aug 2013 13:27:02 +0000 (21:27 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 21 Aug 2013 12:28:26 +0000 (20:28 +0800)
commitbb7b0a8ca01c0f463fbd7a66cab686b9160ff59a
treefe532fb7602fcb7e5e1ed48de338115bba4759d5
parent2ff85ca47c4aa4ea67314bfade58ea087df6fb20
gio/gdbusaddress.c: Silence RunDLL errors

The RunDLL command call during get_session_address_dbus_launch() was
expecting _g_win32_run_session_bus@16 and g_win32_run_session_bus
on Win32 and Win64 respectively at least when GLib is compiled with MSVC,
not g_win32_run_session_bus@16, which caused annoying RunDLL error dialogue
boxes to show up during the use of GtkApplication (such as when running
gtk3-demo-application on Windows), prevented GtkApplication items from
being run for more than one time during the lifespan of the program,
and this also interfered with some GTK+ tests, causing them to fail.

Update accordingly to address the issue.
gio/gdbusaddress.c