]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/com/prettyprint/prettyprint.factor
Reformat
[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
6 M: GUID pprint* guid>string "GUID: " prepend text ;