]> gitweb.factorcode.org Git - factor.git/commitdiff
windows: use newer libc runtime library ucrtbase.dll
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 21 Aug 2023 03:52:15 +0000 (22:52 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 21 Aug 2023 03:52:15 +0000 (22:52 -0500)
https://stackoverflow.com/questions/67848972/differences-between-msvcrt-ucrt-and-vcruntime-libraries

basis/windows/windows.factor

index f0f88fe02657c42cf038db3412e30dda3a19bbd9..c70ee9090fb46ac030c30bf533bc40b2d53ac82d 100644 (file)
@@ -14,8 +14,8 @@ CONSTANT: MAX_UNICODE_PATH 32768
     { "mswsock"     "mswsock.dll"        stdcall }
     { "shell32"     "shell32.dll"        stdcall }
     { "iphlpapi"    "iphlpapi.dll"       stdcall }
-    { "libc"        "msvcrt.dll"         cdecl   }
-    { "libm"        "msvcrt.dll"         cdecl   }
+    { "libc"        "ucrtbase.dll"       cdecl   }
+    { "libm"        "ucrtbase.dll"       cdecl   }
     { "gdiplus"     "gdiplus.dll"        stdcall }
     { "gl"          "opengl32.dll"       stdcall }
     { "glu"         "glu32.dll"          stdcall }