From 26ff750848a0616092092a38019a41527de2a150 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 24 Jan 2018 09:50:05 +0100 Subject: [PATCH] windows.cfg: Add Mutex function configurations (#1051) --- cfg/windows.cfg | 81 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index fb5c3dc79..0559a3ab3 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -962,6 +962,11 @@ CreateEvent CreateEventEx CreateMutex + CreateMutexA + CreateMutexW + CreateMutexEx + CreateMutexExA + CreateMutexExW CreateSemaphore CreateSemaphoreA CreateSemaphoreW @@ -972,6 +977,8 @@ CreateWaitableTimer OpenEvent OpenMutex + OpenMutexA + OpenMutexW OpenSemaphore OpenSemaphoreA OpenSemaphoreW @@ -4045,6 +4052,80 @@ HFONT CreateFont( + + + + false + + + + + + + + + + + + + + + + false + + + + + + + + + + + 0,1 + + + + + + + + + false + + + + + + + + + + + + + + + + + false + + + + + +