]> gitweb.factorcode.org Git - factor.git/commitdiff
core-foundation.fsevents: FSEventStreamEventId should be a ulonglong instead of longlong.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 7 Jul 2014 22:18:57 +0000 (15:18 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 7 Jul 2014 22:18:57 +0000 (15:18 -0700)
basis/core-foundation/fsevents/fsevents.factor

index cbd2fca5e42e417664290d3d3c8cb89912b12679..da45e0cde2505bc956f8617f9d32c4c48036ef60 100644 (file)
@@ -27,7 +27,7 @@ CONSTANT: kFSEventStreamEventFlagUnmount 128
 
 TYPEDEF: int FSEventStreamCreateFlags
 TYPEDEF: int FSEventStreamEventFlags
-TYPEDEF: longlong FSEventStreamEventId
+TYPEDEF: ulonglong FSEventStreamEventId
 TYPEDEF: void* FSEventStreamRef
 
 STRUCT: FSEventStreamContext