]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/windows.factor
windows; add functions to determine DPI scaling
[factor.git] / basis / windows / windows.factor
index 47123f60a4553342c7c671c593d8d014c94ad950..938ceae37058af2b32cb8ed76940e4f574417623 100644 (file)
@@ -20,6 +20,7 @@ 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 }