mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-31 12:20:11 +01:00
* dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): win32 compile fix.
This commit is contained in:
parent
1470cae3fc
commit
d372907895
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-03-13 Ralf.Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* dbus/dbus-sysdeps-util-win.c (dbus_become_daemon):
|
||||
win32 compile fix.
|
||||
|
||||
2007-03-13 Ralf.Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* dbus-win.patch: removed obsolate patches.
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
*/
|
||||
dbus_bool_t
|
||||
_dbus_become_daemon (const DBusString *pidfile,
|
||||
DBusPipe print_pid_fd,
|
||||
DBusPipe *print_pid_pipe,
|
||||
DBusError *error)
|
||||
{
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue