iokit: fix load errors

db4
Slava Pestov 2009-11-15 17:11:26 -06:00
parent 7cc23adfff
commit 236d1fba3e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ sequences locals combinators.short-circuit threads
namespaces assocs arrays combinators hints alien namespaces assocs arrays combinators hints alien
core-foundation.run-loop accessors sequences.private core-foundation.run-loop accessors sequences.private
alien.c-types alien.data math parser game.input vectors alien.c-types alien.data math parser game.input vectors
bit-arrays ; bit-arrays unix.types ;
IN: game.input.iokit IN: game.input.iokit
SINGLETON: iokit-game-input-backend SINGLETON: iokit-game-input-backend

View File

@ -1,7 +1,7 @@
USING: iokit alien alien.syntax alien.c-types kernel system USING: iokit alien alien.syntax alien.c-types kernel system
core-foundation core-foundation.arrays core-foundation.data core-foundation core-foundation.arrays core-foundation.data
core-foundation.dictionaries core-foundation.run-loop core-foundation.dictionaries core-foundation.run-loop
core-foundation.strings core-foundation.time ; core-foundation.strings core-foundation.time unix.types ;
IN: iokit.hid IN: iokit.hid
CONSTANT: kIOHIDDeviceKey "IOHIDDevice" CONSTANT: kIOHIDDeviceKey "IOHIDDevice"