lucasart / c-chess-cli

Command Line Interface for UCI Chess engines written in C
GNU General Public License v3.0
70 stars 9 forks source link

Windows: fix pipe inheritance bug #52

Closed lucasart closed 3 years ago

lucasart commented 3 years ago

Process and pipe creation should be sequential to avoid handle inheritance bug: https://github.com/nkg114mc/c-gomoku-cli/commit/ed691e78977416d45f679fa27559d42d1fb20503

lucasart commented 3 years ago

fixed