8 lines
267 B
Factor
Executable File
8 lines
267 B
Factor
Executable File
! Copyright (C) 2004, 2008 Mackenzie Straight, Doug Coleman,
|
|
! Slava Pestov.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: vocabs.loader io.windows io.windows.nt.backend
|
|
io.windows.nt.files io.windows.files io.backend system ;
|
|
|
|
winnt set-io-backend
|