mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Provide TraceSetInformation() definition for cygwin.
This commit is contained in:
parent
13febeb902
commit
3b0ed5337b
@ -85,6 +85,10 @@ struct StackWalkEvent
|
|||||||
uint64_t stack[192];
|
uint64_t stack[192];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef __CYGWIN__
|
||||||
|
extern "C" ULONG WMIAPI TraceSetInformation(TRACEHANDLE SessionHandle, TRACE_INFO_CLASS InformationClass, PVOID TraceInformation, ULONG InformationLength);
|
||||||
|
#endif
|
||||||
|
|
||||||
void WINAPI EventRecordCallback( PEVENT_RECORD record )
|
void WINAPI EventRecordCallback( PEVENT_RECORD record )
|
||||||
{
|
{
|
||||||
#ifdef TRACY_ON_DEMAND
|
#ifdef TRACY_ON_DEMAND
|
||||||
|
Loading…
Reference in New Issue
Block a user