From b5c8483f44b51ad9e8b156912bc3fab8c3152a59 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 22 Apr 2009 09:30:23 +0200 Subject: [PATCH] tools/dbus-launch-win.c: TODO++ (cherry picked from commit 0f5dbec6407975d6a93fbb2cbcd58ab192961cf8) --- tools/dbus-launch-win.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tools/dbus-launch-win.c b/tools/dbus-launch-win.c index 3cf26e5..8156aa1 100644 --- a/tools/dbus-launch-win.c +++ b/tools/dbus-launch-win.c @@ -46,7 +46,19 @@ errno_t strcpy_s(char *dest, size_t size, char *src) } #endif -/* TODO: use unicode version as suggested by Tor Lillqvist */ +/* TODO: Use Unicode APIs */ + +/* TODO: This Windows version of dbus-launch is curretly rather + * pointless as it doesn't take the same command-line options as the + * UNIX dbus-launch does. A main point of the dbus-launch command is + * to pass it for instance a --config-file option to make the started + * dbus-daemon use that config file. + * + * This version also doesn't print out any information, which is a + * main point of the UNIX one. It should at least support the + * --sh-syntax option, and maybe also a --cmd-syntax to print out the + * variable settings in cmd.exe syntax? + */ #define AUTO_ACTIVATE_CONSOLE_WHEN_VERBOSE_MODE 1 -- 2.7.4