208 | |
209 | f->n_threads = N_THREADS; |
210 | f->n_refs = N_REFS; |
211 | |
212 | if (g_getenv ("WINESERVERSOCKET") != NULL) |
I guess this environment variable is for detecting if dbus is running under wine. This can be automated by checking the presence of a dedicated registry key for example HKCU/Software/Wine/Debug http://wiki.winehq.org/UsefulRegistryKeys |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.