user32: Don't limit time needed for WM_DDE_INITIATE processing.

This commit is contained in:
Piotr Caban 2012-08-22 10:12:19 +02:00 committed by Alexandre Julliard
parent 58d2d0898c
commit d2e846f3d4
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ HCONV WINAPI DdeConnect(DWORD idInst, HSZ hszService, HSZ hszTopic,
/* note: sent messages shall not use packing */
SendMessageTimeoutW( HWND_BROADCAST, WM_DDE_INITIATE, (WPARAM)hwndClient, MAKELPARAM(aSrv, aTpc),
SMTO_ABORTIFHUNG, 2000, NULL );
SMTO_ABORTIFHUNG, 0, NULL );
pInstance = WDML_GetInstance(idInst);
if (!pInstance)