X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fwindows%2Fcom%2Fprettyprint%2Fprettyprint.factor;fp=basis%2Fwindows%2Fcom%2Fprettyprint%2Fprettyprint.factor;h=e95e1f195c8aceed5dfe7b2f387f91126fe2b752;hp=ef79a586005fac7e75150c1ccb3e1bf569aa3821;hb=ea78f384f6da5f56500fc9c4211bd2b3007d0e18;hpb=89a8817c170c1539a735fa6f3e6ab302d9674e5a diff --git a/basis/windows/com/prettyprint/prettyprint.factor b/basis/windows/com/prettyprint/prettyprint.factor index ef79a58600..e95e1f195c 100644 --- a/basis/windows/com/prettyprint/prettyprint.factor +++ b/basis/windows/com/prettyprint/prettyprint.factor @@ -2,6 +2,5 @@ ! See http://factorcode.org/license.txt for BSD license. USING: windows.kernel32 windows.ole32 prettyprint.custom prettyprint.sections sequences ; -IN: windows.com.prettyprint M: GUID pprint* guid>string "GUID: " prepend text ;