mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 09:58:07 +02:00
* dbus/dbus-internal.c: fix inline problem on win32.
This commit is contained in:
parent
1f9f66bba8
commit
6b83766121
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-05-20 Ralf.Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* dbus/dbus-internal.c: fix inline problem on win32.
|
||||
|
||||
2007-05-20 Ralf.Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not reaching
|
||||
|
|
|
|||
|
|
@ -295,6 +295,10 @@ static dbus_bool_t verbose = TRUE;
|
|||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#ifdef DBUS_WIN
|
||||
#define inline
|
||||
#endif
|
||||
|
||||
static inline void
|
||||
_dbus_verbose_init (void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue