Fix link to MSVC420 in wrappers/README.md

This commit is contained in:
Sören Beye 2024-03-09 13:58:23 +01:00 committed by GitHub
parent 06fe1ed9bf
commit a86c552167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,4 +2,4 @@
These are DLL wrappers for system DLLs that .NET gets redirected to. They implement all of the functions that .NET requires, pass-through the ones that already exist, and implement or stub the ones that don't. Many of the stubs never get called at all, they only got linked with .NET due to the usage of a newer C++ runtime.
For compatibility with Windows 95, it is highly recommended that these be compiled with Microsoft Visual C++ 4.20 (MSVC420). For your convenience, since MSVC420's installer doesn't work well on newer versions of Windows, I have created a [https://github.com/itsmattkc/MSVC420]("portable" version) that you can simply clone and use.
For compatibility with Windows 95, it is highly recommended that these be compiled with Microsoft Visual C++ 4.20 (MSVC420). For your convenience, since MSVC420's installer doesn't work well on newer versions of Windows, I have created a ["portable" version](https://github.com/itsmattkc/MSVC420) that you can simply clone and use.