diff options
author | Tor Lillqvist <tml@iki.fi> | 2009-04-22 09:30:23 +0200 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2009-11-30 12:04:59 +0100 |
commit | b5c8483f44b51ad9e8b156912bc3fab8c3152a59 (patch) | |
tree | d95e15d131ed674e3ab608d959e85871b3255c91 /tools/dbus-launch-win.c | |
parent | 2ca591df215df3e25d0e5b1fecc88f460542af62 (diff) | |
download | dbus-b5c8483f44b51ad9e8b156912bc3fab8c3152a59.tar.gz dbus-b5c8483f44b51ad9e8b156912bc3fab8c3152a59.tar.bz2 dbus-b5c8483f44b51ad9e8b156912bc3fab8c3152a59.zip |
tools/dbus-launch-win.c: TODO++ (cherry picked from commit 0f5dbec6407975d6a93fbb2cbcd58ab192961cf8)
Diffstat (limited to 'tools/dbus-launch-win.c')
-rw-r--r-- | tools/dbus-launch-win.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/tools/dbus-launch-win.c b/tools/dbus-launch-win.c index 3cf26e55..8156aa14 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 |