Fix load error
parent
0051a50b75
commit
400cde1fe6
|
@ -1,9 +1,8 @@
|
||||||
USING: alien alien.c-types windows.com.syntax
|
USING: alien alien.c-types windows.com.syntax
|
||||||
windows.com.syntax.private windows.com continuations kernel
|
windows.com.syntax.private windows.com continuations kernel
|
||||||
namespaces windows.ole32 libc vocabs
|
namespaces windows.ole32 libc vocabs assocs accessors arrays
|
||||||
assocs accessors arrays sequences quotations combinators
|
sequences quotations combinators math words compiler.units
|
||||||
math words compiler.units destructors fry
|
destructors fry math.parser generalizations ;
|
||||||
math.parser combinators.lib ;
|
|
||||||
IN: windows.com.wrapper
|
IN: windows.com.wrapper
|
||||||
|
|
||||||
TUPLE: com-wrapper vtbls disposed ;
|
TUPLE: com-wrapper vtbls disposed ;
|
||||||
|
|
Loading…
Reference in New Issue