mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Fix (?) invalid function pointer signature.
This commit is contained in:
parent
78127dc357
commit
fbeee3cf61
@ -50,7 +50,7 @@ struct ReadyThread
|
||||
int8_t reserverd;
|
||||
};
|
||||
|
||||
void EventRecordCallback( PEVENT_RECORD record )
|
||||
void WINAPI EventRecordCallback( PEVENT_RECORD record )
|
||||
{
|
||||
#ifdef TRACY_ON_DEMAND
|
||||
if( !GetProfiler().IsConnected() ) return;
|
||||
|
Loading…
Reference in New Issue
Block a user