From 378053ba594cca44e1bc9e069eab91b0a0954308 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 1 Jun 2007 22:05:42 +0000 Subject: * bus/main.c (main): uses _dbus_get_config_file_name() to detect session.conf location on win32. * dbus-sysdeps-win.h (_dbus_get_config_file_name,_dbus_file_exists): new prototyp, undefined interface after including windows.h because t makes trouble when a paramater is named interface. * dbus-sysdeps-win.c (_dbus_get_install_root,_dbus_get_config_file_name,_dbus_file_exists): new functions. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 452a67c9..bce20826 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-05-31 Ralf Habacker + + * bus/main.c (main): uses _dbus_get_config_file_name() to detect + session.conf location on win32. + + * dbus-sysdeps-win.h (_dbus_get_config_file_name,_dbus_file_exists): + new prototyp, undefined interface after including windows.h because + it makes trouble when a paramater is named interface. + + * dbus-sysdeps-win.c (_dbus_get_install_root, + _dbus_get_config_file_name,_dbus_file_exists): new functions. + 2007-05-27 Ralf Habacker * bus/policy.c,dbus/dbus-internals.c: fixed inconsistant line endings -- cgit