]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/shcore/shcore.factor
Fixes #2966
[factor.git] / basis / windows / shcore / shcore.factor
index f36064d01acafd0e42cb2999101ea9636387d340..75a5b7155786a839edd3daa642596277833ec052 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2017 Benjamin Pollack.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: alien.syntax windows.types ;
 IN: windows.shcore
 
@@ -72,4 +72,5 @@ FUNCTION: HRESULT SetProcessDpiAwareness ( PROCESS_DPI_AWARENESS value )
 ENUM: SHELL_UI_COMPONENT
     { SHELL_UI_COMPONENT_TASKBARS 0 }
     { SHELL_UI_COMPONENT_NOTIFICATIONAREA 1 }
-    { SHELL_UI_COMPONENT_DESKBAND 2 } ;
\ No newline at end of file
+    { SHELL_UI_COMPONENT_DESKBAND 2 } ;
+