From d95a4d83bc132b7795f9b1f51eb259e6aeb8133e Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Thu, 27 Oct 2016 09:36:33 +0200 Subject: [PATCH] windows.cfg: Added support for FindClose() and FindFirstFile(). --- cfg/windows.cfg | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 4a61cd019..39549ed9a 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -968,6 +968,16 @@ CreateMailslot CloseHandle + + FindFirstFile + FindFirstFileEx + FindFirstFileNameW + FindFirstFileNameTransactedW + FindFirstStreamTransactedW + FindFirstFileTransacted + FindFirstStreamW + FindClose + OpenSCManager OpenService @@ -2783,4 +2793,26 @@ HFONT CreateFont( + + + + false + + + + + + + + + + + false + + + + +