sync dde with wine 1.1.33

svn path=/trunk/; revision=44183
This commit is contained in:
Christoph von Wittich 2009-11-15 22:45:31 +00:00
parent f3e43b25a8
commit 5db2650780

View file

@ -368,6 +368,7 @@ UINT WDML_Initialize(LPDWORD pidInst, PFNCALLBACK pfnCallback,
pInstance->nodeList = NULL; /* node will be added later */ pInstance->nodeList = NULL; /* node will be added later */
pInstance->monitorFlags = afCmd & MF_MASK; pInstance->monitorFlags = afCmd & MF_MASK;
pInstance->wStatus = 0; pInstance->wStatus = 0;
pInstance->lastError = DMLERR_NO_ERROR;
pInstance->servers = NULL; pInstance->servers = NULL;
pInstance->convs[0] = NULL; pInstance->convs[0] = NULL;
pInstance->convs[1] = NULL; pInstance->convs[1] = NULL;