Fix crash caused by conflicting tracy DbgHelp lock helper names

This commit is contained in:
2025-04-19 11:38:11 +03:00
parent 9645008460
commit 7c5628d47e
2 changed files with 12 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ public class tracy : ThirdPartyModule
switch (options.Platform.Target)
{
case TargetPlatform.Windows:
options.PrivateDefinitions.Add("TRACY_DBGHELP_LOCK=DbgHelp");
options.PrivateDefinitions.Add("TRACY_DBGHELP_LOCK=FlaxDbgHelp");
break;
case TargetPlatform.Switch:
options.PrivateDefinitions.Add("TRACY_USE_MALLOC");