Update for core-foundation.dictionaries split
parent
cf11be2d45
commit
e1e01e5c8d
|
@ -1,5 +1,6 @@
|
||||||
USING: iokit alien alien.syntax alien.c-types kernel
|
USING: iokit alien alien.syntax alien.c-types kernel
|
||||||
system core-foundation ;
|
system core-foundation core-foundation.data
|
||||||
|
core-foundation.dictionaries ;
|
||||||
IN: iokit.hid
|
IN: iokit.hid
|
||||||
|
|
||||||
: kIOHIDDeviceKey "IOHIDDevice" ; inline
|
: kIOHIDDeviceKey "IOHIDDevice" ; inline
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
USING: alien.syntax alien.c-types core-foundation
|
USING: alien.syntax alien.c-types core-foundation
|
||||||
core-foundation.bundles system combinators kernel sequences
|
core-foundation.bundles core-foundation.dictionaries system
|
||||||
debugger io accessors ;
|
combinators kernel sequences debugger io accessors ;
|
||||||
IN: iokit
|
IN: iokit
|
||||||
|
|
||||||
<<
|
<<
|
||||||
|
|
Loading…
Reference in New Issue