windows.com.prettyprint: remove circular dependency on windows.com

db4
Slava Pestov 2010-02-22 13:16:46 +13:00
parent 2ab1be755c
commit 5fe49b13bf
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2009 Slava Pestov. ! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: windows.com windows.kernel32 windows.ole32 USING: windows.kernel32 windows.ole32 prettyprint.custom
prettyprint.custom prettyprint.sections sequences ; prettyprint.sections sequences ;
IN: windows.com.prettyprint IN: windows.com.prettyprint
M: GUID pprint* guid>string "GUID: " prepend text ; M: GUID pprint* guid>string "GUID: " prepend text ;