]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/windows.factor
windows.gdiplus: call GdiplusStartup and GdiplusShutdown in startup/shutdown hooks
[factor.git] / basis / windows / windows.factor
index fff734b0ff966cc09e8bfcce831f3c65d0d64056..56c836a1852c8087c26ff018f2c500654f3bfaf4 100644 (file)
@@ -20,7 +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