diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 61da703b..fb14e409 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -2403,7 +2403,7 @@ _dbus_delete_file (const DBusString *filename, #include #include -#define DPRINTF _dbus_warn +#define DPRINTF(fmt, ...) fprintf (stderr, fmt, ##__VA_ARGS__) #ifdef _MSC_VER #define BOOL int