From b3a33ff4dd9ddb2cc9207d296a51ec09d91be9cf Mon Sep 17 00:00:00 2001 From: Mackenzie Straight Date: Thu, 9 Jun 2005 02:32:45 +0000 Subject: [PATCH] win32 fixes --- library/win32/win32-errors.factor | 1 + library/win32/win32-server.factor | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library/win32/win32-errors.factor b/library/win32/win32-errors.factor index 4860a2b5c4..86c42eb217 100644 --- a/library/win32/win32-errors.factor +++ b/library/win32/win32-errors.factor @@ -35,6 +35,7 @@ USE: math USE: parser USE: alien USE: words +USE: sequences : CONSTANT: CREATE [ [ [ swons ] each ] cons define-compound POSTPONE: parsing ] diff --git a/library/win32/win32-server.factor b/library/win32/win32-server.factor index 39ca7411c5..3559ddc223 100644 --- a/library/win32/win32-server.factor +++ b/library/win32/win32-server.factor @@ -25,7 +25,7 @@ IN: win32-stream USING: alien errors generic kernel kernel-internals lists math namespaces - prettyprint stdio streams strings threads unparser win32-api + prettyprint sequences stdio streams strings threads unparser win32-api win32-io-internals io-internals ; TUPLE: win32-server this ;