mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
user32: Fix uninitialized variable so first call to DdeGetLastError isn't undefined.
This commit is contained in:
parent
5274777b1c
commit
75d613f64f
@ -380,6 +380,7 @@ UINT WDML_Initialize(LPDWORD pidInst, PFNCALLBACK pfnCallback,
|
||||
pInstance->nodeList = NULL; /* node will be added later */
|
||||
pInstance->monitorFlags = afCmd & MF_MASK;
|
||||
pInstance->wStatus = 0;
|
||||
pInstance->lastError = DMLERR_NO_ERROR;
|
||||
pInstance->servers = NULL;
|
||||
pInstance->convs[0] = NULL;
|
||||
pInstance->convs[1] = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user