mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-15 23:59:47 +00:00
Support for multi-DLL projects.
This commit is contained in:
@@ -33,7 +33,7 @@ struct ThreadNameData
|
||||
const char* name;
|
||||
ThreadNameData* next;
|
||||
};
|
||||
extern std::atomic<ThreadNameData*> s_threadNameData;
|
||||
extern std::atomic<ThreadNameData*>& s_threadNameData;
|
||||
#endif
|
||||
|
||||
void SetThreadName( std::thread& thread, const char* name )
|
||||
|
||||
Reference in New Issue
Block a user