Skip to content

Commit

Permalink
Use MSVCR100 for interop iso UCRTBase
Browse files Browse the repository at this point in the history
This is Python 3.4-specific and should not be merged into the 3.6 branch
  • Loading branch information
BCSharp committed Dec 12, 2023
1 parent 0be3c1c commit e3ebaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/IronPython/Interop/Windows/Interop.Libraries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ internal static partial class Libraries {
internal const string GlobalizationNative = "System.Globalization.Native";
internal const string MsQuic = "msquic.dll";
internal const string HostPolicy = "hostpolicy.dll";
internal const string Ucrtbase = "ucrtbase.dll";
internal const string Ucrtbase = "msvcr100.dll"; // "ucrtbase.dll" for IPY 3.6 and up
}
}

0 comments on commit e3ebaef

Please sign in to comment.