From 9ddc7f2d71b17870b7644815dadf7795de24b37a Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sat, 4 Dec 2021 16:32:22 +0100 Subject: [PATCH] windows.cfg: Added support for _dupenv_s() and _wdupenv_s() --- cfg/windows.cfg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 843b9342c..72ee73208 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -1203,6 +1203,12 @@ ExFreePool ExFreePoolWithTag + + _dupenv_s + _wdupenv_s + _tdupenv_s + free + HeapAlloc HeapReAlloc @@ -1624,6 +1630,23 @@ + + + false + + + + + + + + + + + + + false