]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/windows.factor
windows: Add cpu-mhz on Windows
[factor.git] / basis / windows / windows.factor
index 938ceae37058af2b32cb8ed76940e4f574417623..56c836a1852c8087c26ff018f2c500654f3bfaf4 100644 (file)
@@ -26,4 +26,5 @@ CONSTANT: MAX_UNICODE_PATH 32768
     { "winmm"       "winmm.dll"          stdcall }
     { "ntdll"       "ntdll.dll"          stdcall }
     { "crypt32"     "crypt32.dll"        stdcall }
+    { "powrprof"    "powrprof.dll"       stdcall }
 } [ first3 add-library ] each