[ros-dev] [ros-diffs] [cwittich] 63423: [shell32] revert one line of r63414
Thomas Faber
thomas.faber at reactos.org
Sat May 24 09:03:07 UTC 2014
> --- trunk/reactos/dll/win32/shell32/shlexec.cpp [iso-8859-1] (original)
> +++ trunk/reactos/dll/win32/shell32/shlexec.cpp [iso-8859-1] Fri May 23 17:14:39 2014
> @@ -459,7 +459,7 @@
> startup.dwFlags = STARTF_USESHOWWINDOW;
> startup.wShowWindow = psei->nShow;
> dwCreationFlags = CREATE_UNICODE_ENVIRONMENT;
> - if (!(psei->fMask & SEE_MASK_NO_CONSOLE))
> + if (psei->fMask & SEE_MASK_NO_CONSOLE)
> dwCreationFlags |= CREATE_NEW_CONSOLE;
> startup.lpTitle = (LPWSTR)(psei->fMask & (SEE_MASK_HASLINKNAME | SEE_MASK_HASTITLE) ? psei->lpClass : NULL);
This is the opposite of what the documentation says?
More information about the Ros-dev
mailing list