From 23899e2d83e7eadbe226d317636d6495680888b5 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 29 Jul 2015 23:51:26 -0700 Subject: [PATCH] io.files.windows: Need the SLOT: file from io.sockets.secure.openssl --- basis/io/files/windows/windows.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basis/io/files/windows/windows.factor b/basis/io/files/windows/windows.factor index 24c953645c..a46ef80c4d 100755 --- a/basis/io/files/windows/windows.factor +++ b/basis/io/files/windows/windows.factor @@ -13,6 +13,8 @@ windows.types windows.winsock ; SPECIALIZED-ARRAY: ushort IN: io.files.windows +SLOT: file + HOOK: CreateFile-flags io-backend ( DWORD -- DWORD ) HOOK: open-append os ( path -- win32-file )