From 28ee73b9e47d7f533bfcf65df14f10583b3ed761 Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:52:04 +0100 Subject: [PATCH] Update check_win7.py --- tests/src/check_win7.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/check_win7.py b/tests/src/check_win7.py index 221360c..286e625 100644 --- a/tests/src/check_win7.py +++ b/tests/src/check_win7.py @@ -295,6 +295,7 @@ allowedAPIs = { "GetOverlappedResult", "CryptGenRandom", "HeapQueryInformation", + "AreFileApisANSI", } f = open(sys.argv[1], 'r')