server: Don't create wait object if infinite timeout is passed to NtSetTimer.
commitb67bbb732be82dedee93c88cf92c92c0540f3514
authorPiotr Caban <piotr@codeweavers.com>
Sun, 20 Sep 2020 13:58:54 +0000 (20 15:58 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 21 Sep 2020 10:59:01 +0000 (21 12:59 +0200)
tree3dc0b563b02065577017999864c7085452cc4c37
parent123a4a884f343f76d40b843740c3c4290d5eca71
server: Don't create wait object if infinite timeout is passed to NtSetTimer.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49847
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
server/timer.c