Use destructors in windows.com

db4
Slava Pestov 2009-01-17 18:52:42 -06:00
parent 8f4d84373b
commit 9a69ee2f0a
1 changed files with 4 additions and 10 deletions

View File

@ -1,6 +1,6 @@
USING: alien alien.c-types windows.com.syntax windows.ole32
windows.types continuations kernel alien.syntax libc
destructors accessors ;
USING: alien alien.c-types alien.destructors windows.com.syntax
windows.ole32 windows.types continuations kernel alien.syntax
libc destructors accessors ;
IN: windows.com
LIBRARY: ole32
@ -42,10 +42,4 @@ COM-INTERFACE: IDropTarget IUnknown {00000122-0000-0000-C000-000000000046}
: with-com-interface ( interface quot -- )
over [ slip ] [ com-release ] [ ] cleanup ; inline
TUPLE: com-destructor interface disposed ;
M: com-destructor dispose* interface>> com-release ;
: &com-release ( interface -- interface )
dup f com-destructor boa &dispose drop ;
: |com-release ( interface -- interface )
dup f com-destructor boa |dispose drop ;
DESTRUCTOR: com-release