From cb198f907eb8e3c823653f23b868d5efd4fc4982 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 21 Nov 2007 03:18:28 -0500 Subject: [PATCH] Add attribution --- extra/io/windows/nt/pipes/pipes.factor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extra/io/windows/nt/pipes/pipes.factor b/extra/io/windows/nt/pipes/pipes.factor index 2d70085165..a10a98bd30 100755 --- a/extra/io/windows/nt/pipes/pipes.factor +++ b/extra/io/windows/nt/pipes/pipes.factor @@ -5,6 +5,9 @@ windows.types math windows.kernel32 windows namespaces kernel sequences windows.errors assocs math.parser system random ; IN: io.windows.nt.pipes +! This code is based on +! http://twistedmatrix.com/trac/browser/trunk/twisted/internet/iocpreactor/process.py + : default-security-attributes ( -- obj ) "SECURITY_ATTRIBUTES" "SECURITY_ATTRIBUTES" heap-size over set-SECURITY_ATTRIBUTES-nLength ;