]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/windows.factor
windows: use newer libc runtime library ucrtbase.dll
[factor.git] / 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 }