windows.types: fix using

db4
Doug Coleman 2016-03-13 01:53:22 -08:00
parent 460555785c
commit c906148e29
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
! Copyright (C) 2005, 2006 Doug Coleman. ! Copyright (C) 2005, 2006 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.c-types alien.syntax namespaces kernel words USING: alien.c-types alien.syntax classes.struct colors
sequences math math.bitwise math.vectors colors io.encodings.utf16n io.encodings.utf8 kernel math math.bitwise
io.encodings.utf16n classes.struct accessors ; math.vectors sequences ;
FROM: alien.c-types => float short ; FROM: alien.c-types => float short ;
IN: windows.types IN: windows.types