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