]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/com/prettyprint/prettyprint.factor
ef79a586005fac7e75150c1ccb3e1bf569aa3821
[factor.git] / basis / windows / com / prettyprint / prettyprint.factor
1 ! Copyright (C) 2009 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: windows.kernel32 windows.ole32 prettyprint.custom
4 prettyprint.sections sequences ;
5 IN: windows.com.prettyprint
6
7 M: GUID pprint* guid>string "GUID: " prepend text ;