forked from premiere/premiere-libtorrent
merged calling convention fix from RC_0_16
This commit is contained in:
parent
8ebe11067f
commit
614ac10de1
|
@ -145,7 +145,7 @@ TORRENT_EXPORT void print_backtrace(char* out, int len, int max_depth)
|
|||
|
||||
TORRENT_EXPORT void print_backtrace(char* out, int len, int max_depth)
|
||||
{
|
||||
typedef USHORT (*RtlCaptureStackBackTrace_t)(
|
||||
typedef USHORT (WINAPI *RtlCaptureStackBackTrace_t)(
|
||||
__in ULONG FramesToSkip,
|
||||
__in ULONG FramesToCapture,
|
||||
__out PVOID *BackTrace,
|
||||
|
|
Loading…
Reference in New Issue