]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.com: add missing USING: windows.types
authorJoe Groff <arcata@gmail.com>
Mon, 22 Feb 2010 06:07:53 +0000 (22:07 -0800)
committerJoe Groff <arcata@gmail.com>
Mon, 22 Feb 2010 06:07:53 +0000 (22:07 -0800)
basis/windows/com/com-tests.factor

index 329a84ef137de327c06e94e8734c5fd2ed094df7..f0b4eadb9f545cad974f32ea8a2a6112e1782404 100644 (file)
@@ -1,5 +1,5 @@
 USING: kernel windows.com windows.com.syntax windows.ole32
-alien alien.syntax tools.test libc alien.c-types
+windows.types alien alien.syntax tools.test libc alien.c-types
 namespaces arrays continuations accessors math windows.com.wrapper
 windows.com.wrapper.private destructors effects compiler.units ;
 IN: windows.com.tests