KWWorkarounds.h 469 B

1234567891011121314151617
  1. //
  2. // Licensed under the terms in License.txt
  3. //
  4. // Copyright 2010 Allen Ding. All rights reserved.
  5. //
  6. #import "KiwiConfiguration.h"
  7. #if KW_TARGET_HAS_INVOCATION_EXCEPTION_BUG
  8. #pragma mark - Invocation Exception Bug Workaround
  9. // See KiwiConfiguration.h for notes.
  10. void KWSetExceptionFromAcrossInvocationBoundary(NSException *anException);
  11. NSException *KWGetAndClearExceptionFromAcrossInvocationBoundary(void);
  12. #endif // #if KW_TARGET_HAS_INVOCATION_EXCEPTION_BUG