mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 18:08:01 +02:00
Drop cmake variable DBUS_WIN_FIXME
This commit is contained in:
parent
02bb1c2cfa
commit
ffcaede257
3 changed files with 2 additions and 3 deletions
|
|
@ -4939,7 +4939,7 @@ bus_dispatch_test_conf (const DBusString *test_data_dir,
|
|||
_dbus_test_fatal ("shell success service auto start failed");
|
||||
_dbus_test_ok ("%s:%s - check_shell_service_success_auto_start", _DBUS_FUNCTION_NAME, filename);
|
||||
|
||||
#ifdef DBUS_WIN_FIXME
|
||||
#ifdef DBUS_WIN
|
||||
_dbus_verbose("TODO: Fix memory leaks after running check_shell_service_success_auto_start\n");
|
||||
_dbus_sleep_milliseconds (500);
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -234,7 +234,6 @@
|
|||
// system type defines
|
||||
#if defined(_WIN32) || defined(_WIN64) || defined (_WIN32_WCE)
|
||||
# define DBUS_WIN
|
||||
# define DBUS_WIN_FIXME 1
|
||||
# ifdef _WIN32_WCE
|
||||
# define DBUS_WINCE
|
||||
# else
|
||||
|
|
|
|||
|
|
@ -254,7 +254,7 @@ dbus_bool_t
|
|||
_dbus_decrement_fail_alloc_counter (void)
|
||||
{
|
||||
_dbus_initialize_malloc_debug ();
|
||||
#ifdef DBUS_WIN_FIXME
|
||||
#ifdef DBUS_WIN
|
||||
{
|
||||
static dbus_bool_t called = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue