Clean up imported functions in multi-dll projects.

This commit is contained in:
Rokas Kupstys
2019-06-07 16:56:46 +03:00
parent 8c912890f0
commit 9bd1037347
9 changed files with 56 additions and 136 deletions

View File

@@ -44,8 +44,8 @@ struct ThreadNameData
const char* name;
ThreadNameData* next;
};
std::atomic<ThreadNameData*>& GetThreadNameData();
void InitRPMallocThread();
TRACY_API std::atomic<ThreadNameData*>& GetThreadNameData();
TRACY_API void InitRPMallocThread();
#endif
void SetThreadName( std::thread& thread, const char* name )