mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
fix: GetDebugInfoDescriptor signature
This commit is contained in:
@@ -75,7 +75,7 @@ namespace tracy
|
||||
{
|
||||
|
||||
#ifdef TRACY_DEBUGINFOD
|
||||
int GetDebugInfoDescriptor( const char* buildid_data, size_t buildid_size );
|
||||
int GetDebugInfoDescriptor( const char* buildid_data, size_t buildid_size, const char* filename );
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_DECL_STRNLEN) || !HAVE_DECL_STRNLEN
|
||||
|
||||
Reference in New Issue
Block a user