Update for core-foundation.dictionaries split

db4
Slava Pestov 2009-01-16 18:45:39 -06:00
parent cf11be2d45
commit e1e01e5c8d
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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
<<