Fix mismatched linkage.

This commit is contained in:
Bartosz Taudul 2019-06-11 23:51:12 +02:00
parent c4e05b6264
commit 04dd33f5c4

View File

@ -59,7 +59,7 @@ TRACY_API std::atomic<uint32_t>& GetLockCounter();
TRACY_API std::atomic<uint8_t>& GetGpuCtxCounter();
TRACY_API GpuCtxWrapper& GetGpuCtx();
void InitRPMallocThread();
TRACY_API void InitRPMallocThread();
struct SourceLocationData
{