Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: don't wait on named pipe

Changeset bfc7cfa0ad5c

Parent 62a6a590cddd

by Adrian Buehlmann

Changes to one file · Browse files at bfc7cfa0ad5c Showing diff from parent 62a6a590cddd Diff from another changeset...

 
47
48
49
50
 
51
52
53
 
47
48
49
 
50
51
52
53
@@ -47,7 +47,7 @@
    fSuccess = ::CallNamedPipeA(   pname.c_str(), (void*)request.c_str(), request.size(), 0, 0, &cbRead, - 200 /* ms */ + NMPWAIT_NOWAIT   );     DWORD err = GetLastError();