]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/types/types.factor
functors: inline the parts of interpolate this needs
[factor.git] / basis / windows / types / types.factor
index e6fe0622428861cfacf3839a31318b70c13d70c1..aadb0d42a8bc8dcdef9b572d46fe92ea2dd7785d 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2005, 2006 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: alien.c-types alien.syntax classes.struct colors
-io.encodings.utf16n io.encodings.utf8 kernel math math.bitwise
+io.encodings.utf16 io.encodings.utf8 kernel math math.bitwise
 math.functions math.vectors sequences ;
 FROM: alien.c-types => float short ;
 IN: windows.types