mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +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
|
||||
|
||||
extern "C" t_RtlWalkFrameChain RtlWalkFrameChain = 0;
|
||||
extern "C" { t_RtlWalkFrameChain RtlWalkFrameChain = 0; }
|
||||
|
||||
void InitCallstack()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user