Merge branch 'master' of git://factorcode.org/git/factor
commit
9ceedc4fbc
|
@ -57,7 +57,7 @@ unless
|
|||
|
||||
: family-tree ( definition -- definitions )
|
||||
dup parent>> [ family-tree ] [ { } ] if*
|
||||
swap add ;
|
||||
swap suffix ;
|
||||
|
||||
: family-tree-functions ( definition -- functions )
|
||||
dup parent>> [ family-tree-functions ] [ { } ] if*
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
USING: alien alien.syntax alien.c-types alien.strings math
|
||||
kernel sequences windows windows.types combinators.lib ;
|
||||
kernel sequences windows windows.types combinators.lib
|
||||
math.order ;
|
||||
IN: windows.ole32
|
||||
|
||||
LIBRARY: ole32
|
||||
|
|
Loading…
Reference in New Issue