From 92928f63224146f3d6cf16685b1e805fc091ee0d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 16 Dec 2008 02:46:58 -0600 Subject: [PATCH 1/2] add using --- extra/game-input/dinput/dinput.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/game-input/dinput/dinput.factor b/extra/game-input/dinput/dinput.factor index d89e23db2b..cb7b34d8a4 100755 --- a/extra/game-input/dinput/dinput.factor +++ b/extra/game-input/dinput/dinput.factor @@ -4,7 +4,8 @@ vectors windows.kernel32 windows.com windows.dinput shuffle windows.user32 windows.messages sequences combinators locals math.geometry.rect ui.windows accessors math windows alien alien.strings io.encodings.utf16 io.encodings.utf16n -continuations byte-arrays game-input.dinput.keys-array ; +continuations byte-arrays game-input.dinput.keys-array +game-input ; IN: game-input.dinput SINGLETON: dinput-game-input-backend From 78207c1e949f7a88747079e2c2048954126a1db7 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 16 Dec 2008 02:51:57 -0600 Subject: [PATCH 2/2] add using --- basis/tools/files/windows/windows.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/files/windows/windows.factor b/basis/tools/files/windows/windows.factor index 76e6ea5590..328bb8dc71 100755 --- a/basis/tools/files/windows/windows.factor +++ b/basis/tools/files/windows/windows.factor @@ -2,7 +2,7 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors calendar.format combinators io.files kernel math.parser sequences splitting system tools.files -generalizations tools.files.private ; +generalizations tools.files.private io.files.info ; IN: tools.files.windows