Merge branch 'master' of git://factorcode.org/git/factor into experimental
commit
48f59b19cb
|
@ -1,7 +1,7 @@
|
||||||
USING: kernel windows.com windows.com.syntax windows.ole32
|
USING: kernel windows.com windows.com.syntax windows.ole32
|
||||||
alien alien.syntax tools.test libc alien.c-types arrays.lib
|
alien alien.syntax tools.test libc alien.c-types arrays.lib
|
||||||
namespaces arrays continuations accessors math windows.com.wrapper
|
namespaces arrays continuations accessors math windows.com.wrapper
|
||||||
windows.com.wrapper.private ;
|
windows.com.wrapper.private destructors ;
|
||||||
IN: windows.com.tests
|
IN: windows.com.tests
|
||||||
|
|
||||||
COM-INTERFACE: ISimple IUnknown {216fb341-0eb2-44b1-8edb-60b76e353abc}
|
COM-INTERFACE: ISimple IUnknown {216fb341-0eb2-44b1-8edb-60b76e353abc}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
USING: help.markup help.syntax io kernel math quotations
|
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
|
IN: windows.com.wrapper
|
||||||
|
|
||||||
HELP: <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
|
windows.com.syntax.private windows.com continuations kernel
|
||||||
sequences.lib namespaces windows.ole32 libc
|
sequences.lib namespaces windows.ole32 libc
|
||||||
assocs accessors arrays sequences quotations combinators
|
assocs accessors arrays sequences quotations combinators
|
||||||
math combinators.lib words compiler.units ;
|
math combinators.lib words compiler.units destructors ;
|
||||||
IN: windows.com.wrapper
|
IN: windows.com.wrapper
|
||||||
|
|
||||||
TUPLE: com-wrapper vtbls freed? ;
|
TUPLE: com-wrapper vtbls freed? ;
|
||||||
|
|
Loading…
Reference in New Issue