Find dbus-daemon executable next to dbus shared libaray on windows.
authorJesper Dam <jalf@medical-insight.com>
Fri, 28 Oct 2011 13:54:30 +0000 (15:54 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Fri, 28 Oct 2011 19:01:02 +0000 (21:01 +0200)
commitd52b86d3e774ed515039f47b2a35ec645362a97b
tree4fa49d55a197a2c2277a64e4681e6d6fd1afbf1c
parentff3f4860ef9cdd247e515058eef4642223b32e0b
Find dbus-daemon executable next to dbus shared libaray on windows.

If the dbus shared library and the daemon executable are both in a dir
that is not part of the default search path and dbus-1.dll is dynamically
loaded with LoadLibrary(), it will fail to locate and launch the daemon
without this patch.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41558
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
dbus/dbus-sysdeps-win.c