tools.deploy.windows: fix the using ambiguity with the open-file word
parent
d12c03f759
commit
630c4d326f
|
@ -1,11 +1,10 @@
|
|||
! Copyright (C) 2007, 2009 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: combinators io.backend io.directories
|
||||
io.encodings.binary io.files 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 webbrowser windows.user32 ;
|
||||
USING: combinators io.backend io.directories io.encodings.binary
|
||||
io.files io.pathnames kernel locals namespaces sequences splitting
|
||||
system tools.deploy.backend tools.deploy.config
|
||||
tools.deploy.config.editor tools.deploy.windows.ico vocabs.loader
|
||||
webbrowser ;
|
||||
IN: tools.deploy.windows
|
||||
|
||||
CONSTANT: app-icon-resource-id "APPICON"
|
||||
|
|
Loading…
Reference in New Issue