From: Doug Coleman Date: Mon, 31 Aug 2009 20:22:26 +0000 (-0500) Subject: fix windows usings X-Git-Tag: 0.97~5635^2~6^2 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=740856eeca04cb1839426c87263057e9cd36cbfc fix windows usings --- diff --git a/basis/windows/com/wrapper/wrapper.factor b/basis/windows/com/wrapper/wrapper.factor index 3d78ccc849..2af416fb7e 100755 --- a/basis/windows/com/wrapper/wrapper.factor +++ b/basis/windows/com/wrapper/wrapper.factor @@ -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 ; diff --git a/basis/windows/ole32/ole32-tests.factor b/basis/windows/ole32/ole32-tests.factor index aa02211ef3..c8358f5aa6 100644 --- a/basis/windows/ole32/ole32-tests.factor +++ b/basis/windows/ole32/ole32-tests.factor @@ -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 ] [