tools.deploy.windows: fix using.

db4
Doug Coleman 2015-07-19 17:53:09 -07:00
parent e2d80fee5f
commit 1b228c7e9c
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
USING: accessors alien classes.struct combinators kernel locals
math sequences specialized-arrays windows.types ;
USING: accessors alien alien.data alien.c-types classes.struct
combinators io.backend kernel locals
math sequences specialized-arrays splitting
windows.kernel32 windows.types ;
IN: tools.deploy.windows.ico
<PRIVATE

View File

@ -1,8 +1,8 @@
! Copyright (C) 2007, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: combinators io.directories io.encodings.binary io.files
io.files.windows io.pathnames kernel locals namespaces system
tools.deploy.backend tools.deploy.config
io.files.windows io.pathnames kernel locals namespaces splitting
sequences system tools.deploy.backend tools.deploy.config
tools.deploy.config.editor tools.deploy.windows.ico
vocabs.loader vocabs.metadata windows.shell32 windows.user32 ;
IN: tools.deploy.windows