]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/windows.factor
scryfall: better moxfield words
[factor.git] / basis / windows / windows.factor
index 938ceae37058af2b32cb8ed76940e4f574417623..c70ee9090fb46ac030c30bf533bc40b2d53ac82d 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2005, 2006 Doug Coleman.
 ! Copyright (C) 2005, 2006 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: alien alien.libraries sequences ;
 IN: windows
 
 USING: alien alien.libraries sequences ;
 IN: windows
 
@@ -14,8 +14,8 @@ CONSTANT: MAX_UNICODE_PATH 32768
     { "mswsock"     "mswsock.dll"        stdcall }
     { "shell32"     "shell32.dll"        stdcall }
     { "iphlpapi"    "iphlpapi.dll"       stdcall }
     { "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 }
     { "gdiplus"     "gdiplus.dll"        stdcall }
     { "gl"          "opengl32.dll"       stdcall }
     { "glu"         "glu32.dll"          stdcall }
@@ -26,4 +26,5 @@ CONSTANT: MAX_UNICODE_PATH 32768
     { "winmm"       "winmm.dll"          stdcall }
     { "ntdll"       "ntdll.dll"          stdcall }
     { "crypt32"     "crypt32.dll"        stdcall }
     { "winmm"       "winmm.dll"          stdcall }
     { "ntdll"       "ntdll.dll"          stdcall }
     { "crypt32"     "crypt32.dll"        stdcall }
+    { "powrprof"    "powrprof.dll"       stdcall }
 } [ first3 add-library ] each
 } [ first3 add-library ] each