]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/windows.factor
windows: Add cpu-mhz on Windows
[factor.git] / basis / windows / windows.factor
index 4f2dcfeca7bc7eca9ef381629f2bfa541823c98c..56c836a1852c8087c26ff018f2c500654f3bfaf4 100644 (file)
@@ -20,8 +20,11 @@ CONSTANT: MAX_UNICODE_PATH 32768
     { "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