mirror of
https://github.com/wolfpld/tracy
synced 2026-02-16 14:02:12 +00:00
Make sure string constants are at the same memory address.
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
const char* PointerCheckA = "tracy";
|
||||
|
||||
void SetThreadName( std::thread& thread, const char* name )
|
||||
{
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user