[TIMEOUT]: Use a waitable timer to wait for a maximum of 1 second, instead of using...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 26 Sep 2017 14:29:25 +0000 (14:29 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 26 Sep 2017 14:29:25 +0000 (14:29 +0000)
commit4bce7ced02e04b6e5fbf33b47cc4f40eeba51387
tree978a59a5ae6cfa6fc18ead4751992b06928f6d5b
parent036a0ad651e978caac6ea715a9da2948504deb94
[TIMEOUT]: Use a waitable timer to wait for a maximum of 1 second, instead of using some Sleep(100) calls. The only Sleep() call allowed is the Sleep(INFINITE) one.

svn path=/trunk/; revision=75977
reactos/base/applications/cmdutils/timeout/timeout.c