Commit 3dd1942b by Edward Thomson

win32: don't re-define RtlCaptureStackBackTrace

RtlCaptureStackBackTrace is well-defined in Windows, no need to redefine
it.
parent cc9e47c9
......@@ -13,11 +13,6 @@
#include "win32/posix.h"
#include "hash.h"
/**
* This is supposedly defined in WinBase.h (from Windows.h) but there were linker issues.
*/
USHORT WINAPI RtlCaptureStackBackTrace(ULONG, ULONG, PVOID*, PULONG);
static bool g_win32_stack_initialized = false;
static HANDLE g_win32_stack_process = INVALID_HANDLE_VALUE;
static git_win32__stack__aux_cb_alloc g_aux_cb_alloc = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment