2007-06-21 Ralf Habacker <ralf.habacker@freenet.de>
+ * dbus/dbus-sysdeps-win.c (_dbus_sysdeps_test): don't check
+ 0xff as floating point, this isn't supported on win32 math
+ implementation
+
+2007-06-21 Ralf Habacker <ralf.habacker@freenet.de>
+
* dbus/dbus-sysdeps-win.c (_dbus_homedir_from_username,
_dbus_homedir_from_current_process, _dbus_append_desired_identity):
removed obsolate functions
exit (1);
}
+#ifndef DBUS_WIN
_dbus_string_init_const (&str, "0xff");
if (!_dbus_string_parse_double (&str,
0, &val, &pos))
_dbus_warn ("_dbus_string_parse_double of \"0xff\" returned wrong position %d", pos);
exit (1);
}
+#endif
#ifdef DBUS_WIN
check_path_absolute ("c:/", TRUE);
check_path_absolute ("c:/foo", TRUE);