]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/windows/nt/pipes/pipes.factor
Fixing basis -> extra dependencies
[factor.git] / basis / io / windows / nt / pipes / pipes.factor
index dc0d7cf1e52e963c0db889247d554a6bcd1129d1..aa52152b755f068f10d8663d51ffe92b3dbefd17 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2007, 2008 Doug Coleman, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.c-types arrays destructors io io.windows libc
-windows.types math.bitfields windows.kernel32 windows namespaces
+windows.types math.bitwise windows.kernel32 windows namespaces
 kernel sequences windows.errors assocs math.parser system random
 combinators accessors io.pipes io.ports ;
 IN: io.windows.nt.pipes