windows.gdiplus: flags{ } is in literals, fix using
parent
0ce27a4507
commit
5cb26d546f
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2010 Joe Groff.
|
! Copyright (C) 2010 Joe Groff.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.c-types alien.data alien.destructors alien.syntax
|
USING: alien.c-types alien.data alien.destructors alien.syntax
|
||||||
classes.struct kernel math windows.com windows.com.syntax
|
classes.struct kernel literals math windows.com windows.com.syntax
|
||||||
windows.kernel32 windows.ole32 windows.types ;
|
windows.kernel32 windows.ole32 windows.types ;
|
||||||
FROM: alien.c-types => float ;
|
FROM: alien.c-types => float ;
|
||||||
IN: windows.gdiplus
|
IN: windows.gdiplus
|
||||||
|
|
Loading…
Reference in New Issue