Don't pull in windows.shell32 on linux..

release
Doug Coleman 2007-12-09 18:35:19 -06:00
parent ee07c71b5e
commit 537963ce24
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
USING: io.backend io.files kernel math math.parser
namespaces editors.vim sequences system windows.shell32 ;
namespaces editors.vim sequences system ;
IN: editors.gvim
TUPLE: gvim ;