From 34aec2324f001f6e62d4393f34b27e834dfb2936 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Fri, 27 Oct 2023 17:04:29 +0900 Subject: [PATCH] 7.1 --- dll/msvcrt.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dll/msvcrt.cpp b/dll/msvcrt.cpp index 4558a30..31a1ceb 100644 --- a/dll/msvcrt.cpp +++ b/dll/msvcrt.cpp @@ -71,6 +71,8 @@ wibo::Module lib_msvcrt = { "msvcrt40.dll", "msvcr70", "msvcr70.dll", + "msvcr71", + "msvcr71.dll", nullptr, }, resolveByName,