5.21 Windows VCRuntime Librraies
| (require ffi/vcruntime) | package: base |
The ffi/vcruntime module
has no exports, but requireing it has the side effect on Windows of
loading "vcruntime140.dll", loading "vcruntime140_1.dll",
and declaring those DLLs to be carried along by raco exe and
raco dist.
To avoid conflicts, use ffi/vcruntime instead of including your own copies of "vcruntime140.dll" and "vcruntime140_1.dll" in a racket package.
Added in version 9.3.0.2 of package base.