mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Fix g_win32_run_session_bus hook for MinGW-w64
On win64, g_win32_run_session_bus gets exported with this precise name, with MinGW as well as MSVC. Fixes annoying "Entry not found" UI warning.
This commit is contained in:
parent
43d19dae11
commit
1e3fe29fc3
@ -1406,6 +1406,8 @@ get_session_address_dbus_launch (GError **error)
|
||||
#else
|
||||
wcscat (args, L",_g_win32_run_session_bus@16");
|
||||
#endif
|
||||
#elif defined(_WIN64)
|
||||
wcscat (args, L",g_win32_run_session_bus");
|
||||
#else
|
||||
wcscat (args, L",g_win32_run_session_bus@16");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user