tools.deploy.windows: fix the using ambiguity with the open-file word

char-rename
Björn Lindqvist 2016-08-22 02:05:32 +02:00
parent d12c03f759
commit 630c4d326f
1 changed files with 5 additions and 6 deletions

View File

@ -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"