Merge branch 'master' of git://factorcode.org/git/factor into experimental

db4
Alex Chapman 2008-05-20 10:54:20 +10:00
commit 48f59b19cb
3 changed files with 4 additions and 3 deletions

2
extra/windows/com/com-tests.factor Normal file → Executable file
View File

@ -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}

3
extra/windows/com/wrapper/wrapper-docs.factor Normal file → Executable file
View File

@ -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>

View File

@ -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? ;