From f8b8597a9b143c86ffd98afbd630237f77923250 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 19 Dec 2018 20:20:05 +0100 Subject: [PATCH] windows.cfg: Add support for CreateFileA and CreateFileW (#1529) References: https://docs.microsoft.com/en-us/windows/desktop/api/fileapi/nf-fileapi-createfilea https://docs.microsoft.com/en-us/windows/desktop/api/fileapi/nf-fileapi-createfilew --- cfg/windows.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 2655303e2..43e0d2f63 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -1043,6 +1043,8 @@ CreateThread CreateFile + CreateFileA + CreateFileW OpenFile CreateJobObject CreateRemoteThread @@ -1662,7 +1664,7 @@ _In_ DWORD dwCreationDisposition, _In_ DWORD dwFlagsAndAttributes, _In_opt_ HANDLE hTemplateFile); --> - + false