mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-18 01:40:44 +01:00
hide console when autostarting dbus-daemon (cherry picked from commit 27fad960837b54b6e47f408e6d1eecea1bee563f)
This commit is contained in:
parent
ed3df419fe
commit
2f19833cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -3033,7 +3033,7 @@ _dbus_get_autolaunch_address (DBusString *address,
|
|||
|
||||
// argv[i] = "--config-file=bus\\session.conf";
|
||||
printf("create process \"%s\" %s\n", dbus_exe_path, dbus_args);
|
||||
if(CreateProcessA(dbus_exe_path, dbus_args, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi))
|
||||
if(CreateProcessA(dbus_exe_path, dbus_args, NULL, NULL, FALSE, CREATE_NO_WINDOW, NULL, NULL, &si, &pi))
|
||||
{
|
||||
retval = TRUE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue