From: Tor Lillqvist Date: Wed, 22 Apr 2009 07:30:23 +0000 (+0200) Subject: tools/dbus-launch-win.c: TODO++ (cherry picked from commit 0f5dbec6407975d6a93fbb2cbc... X-Git-Tag: dbus-1.3.1~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5c8483f44b51ad9e8b156912bc3fab8c3152a59;p=thirdparty%2Fdbus.git tools/dbus-launch-win.c: TODO++ (cherry picked from commit 0f5dbec6407975d6a93fbb2cbcd58ab192961cf8) --- diff --git a/tools/dbus-launch-win.c b/tools/dbus-launch-win.c index 3cf26e554..8156aa146 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