webbrowser.windows: USING

db4
Joe Groff 2011-11-16 20:33:36 -08:00
parent 41fe611dda
commit 72feb14521
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2011 John Benediktsson
! See http://factorcode.org/license.txt for BSD license
USING: system webbrowser windows.shell32 windows.user32 ;
USING: system kernel webbrowser windows.shell32 windows.user32 ;
IN: webbrowser.windows