mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Remove std:: qualifier from size_t.
This commit is contained in:
parent
08a36e8dfd
commit
73da891805
@ -224,7 +224,7 @@ TRACY_API const char* GetThreadName( uint32_t id )
|
||||
auto ret = wcstombs( buf, tmp, 256 );
|
||||
CloseHandle( hnd );
|
||||
LocalFree( tmp );
|
||||
if( ret != static_cast<std::size_t>( -1 ) )
|
||||
if( ret != static_cast<size_t>( -1 ) )
|
||||
{
|
||||
return buf;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user