- Timestamp:
- Dec 2, 2002, 5:32:44 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/rpc.c
r8620 r9451 667 667 NULL 668 668 ); 669 669 670 if (listenPipe == INVALID_HANDLE_VALUE) { 670 671 FIXME("pipe creation failed for %s, le is %lx\n",pipefn,GetLastError()); … … 705 706 stubMgrRunning = TRUE; 706 707 CreateThread(NULL,0,_StubMgrThread,NULL,0,&tid); 708 #ifndef __WIN32OS2__ 707 709 Sleep(2000); /* actually we just try opening the pipe until it succeeds */ 710 #endif 708 711 } 709 712 }
Note:
See TracChangeset
for help on using the changeset viewer.