mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 21:23:52 +00:00
Fix extern "C" initialization.
This commit is contained in:
parent
1733961885
commit
b1ba2f9bf7
@ -23,7 +23,7 @@ namespace tracy
|
|||||||
|
|
||||||
#if TRACY_HAS_CALLSTACK == 1
|
#if TRACY_HAS_CALLSTACK == 1
|
||||||
|
|
||||||
extern "C" t_RtlWalkFrameChain RtlWalkFrameChain = 0;
|
extern "C" { t_RtlWalkFrameChain RtlWalkFrameChain = 0; }
|
||||||
|
|
||||||
void InitCallstack()
|
void InitCallstack()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user