diff options
-rw-r--r-- | compiler-rt/lib/interception/interception_win.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/interception/interception_win.cc b/compiler-rt/lib/interception/interception_win.cc index 0511ed9353d..efc53dcc12b 100644 --- a/compiler-rt/lib/interception/interception_win.cc +++ b/compiler-rt/lib/interception/interception_win.cc @@ -197,6 +197,7 @@ static void **InterestingDLLsAvailable() { "kernel32.dll", "msvcr110.dll", // VS2012 "msvcr120.dll", // VS2013 + "ucrtbase.dll", // Universal CRT // NTDLL should go last as it exports some functions that we should override // in the CRT [presumably only used internally]. "ntdll.dll", NULL |