X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fwindows%2Ftypes%2Ftypes.factor;fp=basis%2Fwindows%2Ftypes%2Ftypes.factor;h=5827d5c9b92ab981be1ba9abf1e0079b928e2db3;hp=e6fe0622428861cfacf3839a31318b70c13d70c1;hb=68332a6e7e600f3f8bcfbd4baf8b2afa87f3abcc;hpb=db89f2d93f5510ffd7f3c4614081e7411370aeab diff --git a/basis/windows/types/types.factor b/basis/windows/types/types.factor index e6fe062242..5827d5c9b9 100644 --- a/basis/windows/types/types.factor +++ b/basis/windows/types/types.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2005, 2006 Doug Coleman. ! See http://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