Fix windows.com load errors
parent
78fb1a5022
commit
8256fc1b42
|
@ -1,7 +1,7 @@
|
|||
USING: kernel windows.com windows.com.syntax windows.ole32
|
||||
alien alien.syntax tools.test libc alien.c-types arrays.lib
|
||||
namespaces arrays continuations accessors math windows.com.wrapper
|
||||
windows.com.wrapper.private ;
|
||||
windows.com.wrapper.private destructors ;
|
||||
IN: windows.com.tests
|
||||
|
||||
COM-INTERFACE: ISimple IUnknown {216fb341-0eb2-44b1-8edb-60b76e353abc}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
USING: help.markup help.syntax io kernel math quotations
|
||||
multiline alien windows.com windows.com.syntax continuations ;
|
||||
multiline alien windows.com windows.com.syntax continuations
|
||||
destructors ;
|
||||
IN: windows.com.wrapper
|
||||
|
||||
HELP: <com-wrapper>
|
||||
|
|
|
@ -2,7 +2,7 @@ USING: alien alien.c-types windows.com.syntax
|
|||
windows.com.syntax.private windows.com continuations kernel
|
||||
sequences.lib namespaces windows.ole32 libc
|
||||
assocs accessors arrays sequences quotations combinators
|
||||
math combinators.lib words compiler.units ;
|
||||
math combinators.lib words compiler.units destructors ;
|
||||
IN: windows.com.wrapper
|
||||
|
||||
TUPLE: com-wrapper vtbls freed? ;
|
||||
|
|
Loading…
Reference in New Issue