mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-19 09:39:43 +00:00
Fix extern "C" initialization.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user