https://bugs.winehq.org/show_bug.cgi?id=38409
--- Comment #65 from sl1pkn07 sl1pkn07@gmail.com --- ok, seems change to
+ if (!(handle = dlopen(SONAME_LIBDBUS_1, RTLD_NOW )))
and
+#define DO_FUNC(f) if (!(p_##f = dlsym( handle, #f ))) goto failed
do the trick
greetings