no-fork.p
commit7bd848eb6bc1885c696fe84ed2d4ae7fee8c01bd
authorPeer Sommerlund <peer.sommerlund@gmail.com>
Thu, 11 Oct 2007 15:45:02 +0000 (11 16:45 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 11 Oct 2007 15:45:02 +0000 (11 16:45 +0100)
tree42688bcfbd4aa4a13d3914169fefd482ef408d5c
parent0417885cd2893a87155c89afe79a947004a16ea5
no-fork.p

Child processes on Windows

Functionality similar to fork() and system() are quite different on Windows.
- Disable open_ctx_forked since fork is not available
- Implement my_system with CreateProcess
cvs_direct.c
cvsps.c
util.c