windows.com.prettyprint: remove circular dependency on windows.com
parent
2ab1be755c
commit
5fe49b13bf
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2009 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: windows.com windows.kernel32 windows.ole32
|
||||
prettyprint.custom prettyprint.sections sequences ;
|
||||
USING: windows.kernel32 windows.ole32 prettyprint.custom
|
||||
prettyprint.sections sequences ;
|
||||
IN: windows.com.prettyprint
|
||||
|
||||
M: GUID pprint* guid>string "GUID: " prepend text ;
|
||||
|
|
Loading…
Reference in New Issue