mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 08:00:11 +01:00
tools/dbus-launch-win.c: TODO++ (cherry picked from commit 0f5dbec6407975d6a93fbb2cbcd58ab192961cf8)
This commit is contained in:
parent
2ca591df21
commit
b5c8483f44
1 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue