mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
user32: Check for invalid conversation and return the correct error.
This commit is contained in:
parent
544c1e5cd1
commit
b7e81d3e54
@ -191,6 +191,7 @@ HCONV WINAPI DdeConnect(DWORD idInst, HSZ hszService, HSZ hszTopic,
|
||||
{
|
||||
WARN("Done with INITIATE, but no Server window available\n");
|
||||
pConv = NULL;
|
||||
pInstance->lastError = DMLERR_NO_CONV_ESTABLISHED;
|
||||
goto theEnd;
|
||||
}
|
||||
TRACE("Connected to Server window (%p)\n", pConv->hwndServer);
|
||||
|
Loading…
Reference in New Issue
Block a user