merged calling convention fix from RC_0_16

This commit is contained in:
Arvid Norberg 2012-11-23 15:34:44 +00:00
parent 8ebe11067f
commit 614ac10de1
1 changed files with 1 additions and 1 deletions

View File

@ -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,