]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/windows.factor
windows: Adding crypt32 api for SSL certificate loading.
[factor.git] / basis / windows / windows.factor
index 4f2dcfeca7bc7eca9ef381629f2bfa541823c98c..47123f60a4553342c7c671c593d8d014c94ad950 100644 (file)
@@ -24,4 +24,5 @@ CONSTANT: MAX_UNICODE_PATH 32768
     { "psapi"       "psapi.dll"          stdcall }
     { "winmm"       "winmm.dll"          stdcall }
     { "ntdll"       "ntdll.dll"          stdcall }
+    { "crypt32"     "crypt32.dll"        stdcall }
 } [ first3 add-library ] each