object.h 403 B

123456789101112131415161718
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/dispatch/object.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( DARWIN_DISPATCH_OBJECT_1_CHECK )
  7. #if __BLOCKS__
  8. typedef void (^dispatch_block_t)(void);
  9. #endif
  10. __BEGIN_DECLS
  11. #endif /* DARWIN_DISPATCH_OBJECT_1_CHECK */