From d08709d10fc4af6b4eaf65ebd44e353516010f2e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 18 Jan 2018 03:39:15 +0100 Subject: [PATCH] windows.cfg: Add Semaphore function configuration (#1038) --- cfg/windows.cfg | 104 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index be886cd07..947ad91bc 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -963,11 +963,18 @@ CreateEventEx CreateMutex CreateSemaphore + CreateSemaphoreA + CreateSemaphoreW + CreateSemaphoreEx + CreateSemaphoreExA + CreateSemaphoreExW CreateTimerQueue CreateWaitableTimer OpenEvent OpenMutex OpenSemaphore + OpenSemaphoreA + OpenSemaphoreW OpenWaitableTimer OpenJobObject OpenProcess @@ -3941,6 +3948,103 @@ HFONT CreateFont( + + + + false + + + + + + + + + 1: + + + + + + + + + + false + + + + + + + + + 1: + + + + + + + + + 0 + + + + + + + + + false + + + + + + + + + + + + + + + + + false + + + + + + + + 1: + + + + + +