From 2dae3a600ba5adfa47645438843e9d61b171d019 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sun, 31 Dec 2006 12:16:04 +0000 Subject: * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec() from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() is in dbus-sysdeps-win.c (not in this patch). * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit with InterlockedInc/Decrement. - Patches from Christian Ehrlicher --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a871104..fd93c9d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-12-31 Ralf Habacker + + * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec() + from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() + is in dbus-sysdeps-win.c (not in this patch). + + * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit + with InterlockedInc/Decrement. + - Patches from Christian Ehrlicher + 2006-12-31 Ralf Habacker * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix. -- cgit