detour_transaction_abort
This commit is contained in:
parent
b78bf27449
commit
b1eb0ad995
3 changed files with 62 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
typedef void* detour_func_t;
|
||||
|
||||
#define detour_err_in_progress (err_local | 1)
|
||||
#define detour_err_wrong_thread (err_local | 2)
|
||||
|
||||
mach_error_t detour_transaction_begin();
|
||||
mach_error_t detour_transaction_abort();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue