Changeset 9451 for trunk/src


Ignore:
Timestamp:
Dec 2, 2002, 5:32:44 PM (23 years ago)
Author:
sandervl
Message:

PF: Removed stupid wait in STUBMGR_Start. Blocks PM for two seconds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/rpc.c

    r8620 r9451  
    667667        NULL
    668668    );
     669
    669670    if (listenPipe == INVALID_HANDLE_VALUE) {
    670671        FIXME("pipe creation failed for %s, le is %lx\n",pipefn,GetLastError());
     
    705706      stubMgrRunning = TRUE;
    706707      CreateThread(NULL,0,_StubMgrThread,NULL,0,&tid);
     708#ifndef __WIN32OS2__
    707709      Sleep(2000); /* actually we just try opening the pipe until it succeeds */
     710#endif
    708711  }
    709712}
Note: See TracChangeset for help on using the changeset viewer.