[PATCH] kernel32: Always start debugger on WinSta0

Alexandre Julliard julliard at winehq.org
Wed Jul 11 04:53:26 CDT 2018


André Hentschel <nerv at dawncrow.de> writes:

> On 10.07.2018 19:26, André Hentschel wrote:
>> From: Sebastian Lackner <sebastian at fds-team.de>
>>
>> Signed-off-by: André Hentschel <nerv at dawncrow.de>
>> ---
>>   dlls/kernel32/except.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/dlls/kernel32/except.c b/dlls/kernel32/except.c
>> index de244fc..5f2166e 100644
>> --- a/dlls/kernel32/except.c
>> +++ b/dlls/kernel32/except.c
>> @@ -304,6 +304,7 @@ static BOOL	start_debugger(PEXCEPTION_POINTERS epointers, HANDLE hEvent)
>>       TRACE("Starting debugger %s\n", debugstr_a(cmdline));
>>       memset(&startup, 0, sizeof(startup));
>>       startup.cb = sizeof(startup);
>> +    startup.lpDesktop = (char *)"WinSta0";
>>       startup.dwFlags = STARTF_USESHOWWINDOW;
>>       startup.wShowWindow = SW_SHOWNORMAL;
>>       ret = CreateProcessA(NULL, cmdline, NULL, NULL, TRUE, 0, env, NULL, &startup, &info);
>>
>
> This was marked as superseded...
> By af4294a9af1b5b9f9ee7f3fa7561b6ade6e5ac05 ?

No, the same patch was already submitted. If you want to resubmit it,
you should first address the comments it received.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list