]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/ole32/ole32.factor
move some allocation words that don't really have much to do with c types out of...
[factor.git] / basis / windows / ole32 / ole32.factor
index 9e117c85225df02f23c73cecfdecdae3f343ce8b..fe47a7f9231418c1addafe2aea0440891c5b927a 100755 (executable)
@@ -1,5 +1,5 @@
-USING: alien alien.syntax alien.c-types alien.strings math
-kernel sequences windows.errors windows.types io accessors
+USING: alien alien.syntax alien.c-types alien.data alien.strings
+math kernel sequences windows.errors windows.types io accessors
 math.order namespaces make math.parser windows.kernel32
 combinators locals specialized-arrays literals splitting
 grouping classes.struct combinators.smart ;