Mention an up-to-date crt.dll for Windows (#564)

This commit is contained in:
Jarhmander 2021-04-26 10:52:07 -04:00 committed by Matthew Flatt
parent 59100868e0
commit da2a9969ef
2 changed files with 4 additions and 1 deletions

View File

@ -2190,3 +2190,6 @@
release_notes/math/Makefile s/Mf-base stex/Makefile stex/Mf-stex release_notes/math/Makefile s/Mf-base stex/Makefile stex/Mf-stex
stex/gifs/Makefile stex/math/Makefile workarea stex/gifs/Makefile stex/math/Makefile workarea
zlib/contrib/minizip/Makefile zlib/contrib/minizip/Makefile
- fixed the documentation of load-shared-object to mention an up-to-date
dll for Windows
foreign.stex

View File

@ -2496,7 +2496,7 @@ On MacOS X systems:
On Windows: On Windows:
\schemedisplay \schemedisplay
(load-shared-object "crtdll.dll") (load-shared-object "msvcrt.dll")
\endschemedisplay \endschemedisplay
Once the C library has been loaded, \scheme{getenv} should be available Once the C library has been loaded, \scheme{getenv} should be available