From e9815bd5237dd5cd7917ff46ae0c9b32a3c0914e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 29 Nov 2017 08:22:13 +0100 Subject: [PATCH] windows.cfg: Add Sleep and SleepEx (#1007) Add configuration for Sleep and SleepEx on Windows. Not sure how to implement that the functions do not return when the first parameter is INFINITE. --- cfg/windows.cfg | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index cedd7187d..a0cd20df3 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -3605,6 +3605,31 @@ HFONT CreateFont( false + + + false + + + + + + + + + false + + + + + + + + + +