mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00
sync dde with wine 1.1.32
svn path=/trunk/; revision=44129
This commit is contained in:
parent
f54043e5ae
commit
08a2fdadeb
1 changed files with 1 additions and 1 deletions
|
@ -1638,7 +1638,7 @@ WDML_SERVER* WDML_AddServer(WDML_INSTANCE* pInstance, HSZ hszService, HSZ hszTop
|
|||
WDML_IncHSZ(pInstance, hszService);
|
||||
|
||||
DdeQueryStringW(pInstance->instanceID, hszService, buf1, 256, CP_WINUNICODE);
|
||||
snprintfW(buf2, 256, fmtW, buf1, GetCurrentProcessId());
|
||||
snprintfW(buf2, 256, fmtW, buf1, 2*sizeof(ULONG_PTR), GetCurrentProcessId());
|
||||
pServer->hszServiceSpec = DdeCreateStringHandleW(pInstance->instanceID, buf2, CP_WINUNICODE);
|
||||
|
||||
pServer->atomService = WDML_MakeAtomFromHsz(pServer->hszService);
|
||||
|
|
Loading…
Reference in a new issue