From: Marco Costalba Date: Sat, 20 Jun 2009 06:58:05 +0000 (+0100) Subject: Only on Windows do wait for input at the end of benchmark X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=b1e79fed99d52dcb20d2d6a9c62522226e957963;hp=b1e79fed99d52dcb20d2d6a9c62522226e957963;p=stockfish Only on Windows do wait for input at the end of benchmark Under MS Visual C++ debug window always unconditionally closes when program exits, this is bad because we want to read results before. So limit this kludge on Windows only. Original patch by Heinz van Saanen. No functional change. Signed-off-by: Marco Costalba ---