_dbus_init_system_log: remove FIXME on Windows
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 15 Mar 2011 15:32:02 +0000 (15:32 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 25 May 2011 17:16:33 +0000 (18:16 +0100)
We don't need any initialization here, so there's nothing to fix.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=35358
Reviewed-by: Colin Walters <walters@verbum.org>
dbus/dbus-sysdeps-util-win.c

index 9b3421e..f5646f3 100644 (file)
@@ -264,7 +264,7 @@ _dbus_request_file_descriptor_limit (unsigned int limit)
 void
 _dbus_init_system_log (void)
 {
-    // FIXME!
+  /* OutputDebugStringA doesn't need any special initialization, do nothing */
 }
 
 /**