From 0ae1862805dbaf14ab2c4e3193a778f46c84c649 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 21 Apr 2008 18:31:16 -0500 Subject: [PATCH] Fix Windows bootstrap --- extra/windows/shell32/shell32.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/windows/shell32/shell32.factor b/extra/windows/shell32/shell32.factor index 81ecc35b5f..a9035eeeaf 100644 --- a/extra/windows/shell32/shell32.factor +++ b/extra/windows/shell32/shell32.factor @@ -1,4 +1,4 @@ -USING: alien alien.c-types alien.syntax combinators +USING: alien alien.c-types alien.strings alien.syntax combinators kernel windows windows.user32 windows.ole32 windows.com windows.com.syntax io.files ; IN: windows.shell32