From dcec7beab2211ae14ad266fcf8a6a211d1b2e218 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 6 Dec 2007 01:12:02 -0600 Subject: [PATCH] Fix 'windows' shadowing --- extra/ui/windows/windows.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/ui/windows/windows.factor b/extra/ui/windows/windows.factor index 9ee9994d95..0146deed98 100755 --- a/extra/ui/windows/windows.factor +++ b/extra/ui/windows/windows.factor @@ -4,7 +4,7 @@ USING: alien alien.c-types arrays assocs ui ui.gadgets ui.backend ui.clipboards ui.gadgets.worlds ui.gestures io kernel math math.vectors namespaces prettyprint sequences strings vectors words windows.kernel32 windows.gdi32 windows.user32 -windows.shell32 windows.opengl32 windows.messages windows.types +windows.opengl32 windows.messages windows.types windows.nt windows threads timers libc combinators continuations command-line shuffle opengl ui.render ; IN: ui.windows