remove "pipe" from word name

db4
Doug Coleman 2009-01-13 18:57:09 -06:00
parent cefd85013c
commit 1d23287678
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ IN: io.files.windows
CreateFile-flags f CreateFile opened-file
] with-destructors ;
: open-pipe-r/w ( path -- win32-file )
: open-r/w ( path -- win32-file )
{ GENERIC_READ GENERIC_WRITE } flags
OPEN_EXISTING 0 open-file ;