io.serial.windows: fix load error
parent
6367c8ec85
commit
0161f4e8d2
|
@ -1,9 +1,8 @@
|
||||||
! Copyright (C) 2009 Doug Coleman.
|
! Copyright (C) 2009 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: io.files.windows io.streams.duplex kernel math
|
USING: io.files.windows io.streams.duplex kernel math
|
||||||
math.bitwise windows.kernel32 accessors alien.c-types
|
math.bitwise windows windows.kernel32 windows.errors accessors
|
||||||
windows io.files.windows fry locals continuations
|
alien.c-types fry locals continuations classes.struct ;
|
||||||
classes.struct ;
|
|
||||||
IN: io.serial.windows
|
IN: io.serial.windows
|
||||||
|
|
||||||
: <serial-stream> ( path encoding -- duplex )
|
: <serial-stream> ( path encoding -- duplex )
|
||||||
|
|
Loading…
Reference in New Issue