2009-09-04 23:00:23 -04:00
|
|
|
! Copyright (C) 2009 Slava Pestov.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2010-02-21 19:16:46 -05:00
|
|
|
USING: windows.kernel32 windows.ole32 prettyprint.custom
|
|
|
|
prettyprint.sections sequences ;
|
2009-09-04 23:00:23 -04:00
|
|
|
IN: windows.com.prettyprint
|
|
|
|
|
|
|
|
M: GUID pprint* guid>string "GUID: " prepend text ;
|