From c74402dad92740d0ae3b1fabed143b6c80a190a4 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 11 Oct 2011 13:33:44 -0700 Subject: [PATCH] Fix using list because I'm dumb for developing Windows changes from a Mac. --- basis/io/launcher/windows/windows.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/io/launcher/windows/windows.factor b/basis/io/launcher/windows/windows.factor index 1a9a5a7fbb..5b2bde0946 100755 --- a/basis/io/launcher/windows/windows.factor +++ b/basis/io/launcher/windows/windows.factor @@ -6,9 +6,9 @@ continuations debugger destructors init io io.backend io.backend.windows io.files io.files.private io.files.windows io.launcher io.pathnames io.pipes io.pipes.windows io.ports kernel libc locals make math namespaces prettyprint sequences -specialized-arrays splitting +specialized-arrays splitting splitting.monotonic strings system threads windows windows.errors windows.handles -windows.kernel32 windows.types ; +windows.kernel32 windows.types combinators.short-circuit ; SPECIALIZED-ARRAY: ushort SPECIALIZED-ARRAY: void* IN: io.launcher.windows