]> gitweb.factorcode.org Git - factor.git/commitdiff
fix windows usings
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Aug 2009 20:22:26 +0000 (15:22 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Aug 2009 20:22:26 +0000 (15:22 -0500)
basis/windows/com/wrapper/wrapper.factor
basis/windows/ole32/ole32-tests.factor

index 3d78ccc849f632c4ff50f8b0ee8e4e8b4d09a1cc..2af416fb7e80fbc8d4a80584e482918f7617fac4 100755 (executable)
@@ -3,7 +3,8 @@ init windows.com.syntax.private windows.com continuations kernel
 namespaces windows.ole32 libc vocabs assocs accessors arrays
 sequences quotations combinators math words compiler.units
 destructors fry math.parser generalizations sets
-specialized-arrays.alien specialized-arrays.direct.alien ;
+specialized-arrays.alien specialized-arrays.direct.alien
+windows.kernel32 ;
 IN: windows.com.wrapper
 
 TUPLE: com-wrapper < disposable callbacks vtbls ;
index aa02211ef3b426d03ae6fe170e58aca2c6ffee72..c8358f5aa6bf86abdec4d63832527c5783ea93e5 100644 (file)
@@ -1,5 +1,6 @@
 USING: kernel tools.test windows.ole32 alien.c-types
-classes.struct specialized-arrays.uchar windows.kernel32 ;
+classes.struct specialized-arrays.uchar windows.kernel32
+windows.com.syntax ;
 IN: windows.ole32.tests
 
 [ t ] [