From 630c4d326f44d69e8964a0969bf5440aff2eacbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Mon, 22 Aug 2016 02:05:32 +0200 Subject: [PATCH] tools.deploy.windows: fix the using ambiguity with the open-file word --- basis/tools/deploy/windows/windows.factor | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/basis/tools/deploy/windows/windows.factor b/basis/tools/deploy/windows/windows.factor index ae77beab1f..ff0f417854 100755 --- a/basis/tools/deploy/windows/windows.factor +++ b/basis/tools/deploy/windows/windows.factor @@ -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"