1
0
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:
Bartosz Taudul 2018-12-29 00:50:41 +01:00
parent 1733961885
commit b1ba2f9bf7

View File

@ -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()
{