]> gitweb.factorcode.org Git - factor.git/blob - basis/webbrowser/windows/windows.factor
7a7a7dee9914e85f161bcd359b74eaaf89e9edc4
[factor.git] / basis / webbrowser / windows / windows.factor
1 ! Copyright (C) 2011 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3 USING: kernel present system webbrowser windows.shell32 windows.user32 ;
4 IN: webbrowser.windows
5
6 M: windows open-item ( item -- )
7     [ f "open" ] dip present f f
8     SW_SHOWNORMAL ShellExecute drop ;