X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fwindows%2Fwindows.factor;h=56c836a1852c8087c26ff018f2c500654f3bfaf4;hp=9a91a6fe20415211cbd4b95bd9259edbdea4a66d;hb=HEAD;hpb=c14f0871960c43d863b1b347b693a9421a24bd3b diff --git a/basis/windows/windows.factor b/basis/windows/windows.factor index 9a91a6fe20..c70ee9090f 100644 --- a/basis/windows/windows.factor +++ b/basis/windows/windows.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2005, 2006 Doug Coleman. -! See http://factorcode.org/license.txt for BSD license. -USING: alien sequences alien.libraries ; +! See https://factorcode.org/license.txt for BSD license. +USING: alien alien.libraries sequences ; IN: windows CONSTANT: MAX_UNICODE_PATH 32768 @@ -14,12 +14,17 @@ 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 } { "ole32" "ole32.dll" stdcall } + { "shcore" "shcore.dll" stdcall } { "usp10" "usp10.dll" stdcall } { "psapi" "psapi.dll" stdcall } + { "winmm" "winmm.dll" stdcall } + { "ntdll" "ntdll.dll" stdcall } + { "crypt32" "crypt32.dll" stdcall } + { "powrprof" "powrprof.dll" stdcall } } [ first3 add-library ] each