Cygwin: drop debug_printf statement from start_transaction
start_transaction is now defined in ntdll.h and we can't rely on debug_printf being available Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
011fc3b508
commit
fe8e2c9b1f
@ -1668,11 +1668,8 @@ extern "C"
|
|||||||
RtlSetCurrentTransaction (trans);
|
RtlSetCurrentTransaction (trans);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
|
||||||
debug_printf ("NtCreateTransaction failed, %y", status);
|
|
||||||
old_trans = trans = NULL;
|
old_trans = trans = NULL;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
static inline NTSTATUS
|
static inline NTSTATUS
|
||||||
stop_transaction (NTSTATUS status, HANDLE old_trans, HANDLE &trans)
|
stop_transaction (NTSTATUS status, HANDLE old_trans, HANDLE &trans)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user