track objects in heap destroy for ETW

This commit is contained in:
daanx 2023-04-21 11:33:50 -07:00
parent 012f716485
commit e47adc2d22
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ defined, undefined, or not accessible at all:
// windows event tracing
#define MI_TRACK_ENABLED 1
#define MI_TRACK_HEAP_DESTROY 0
#define MI_TRACK_HEAP_DESTROY 1
#define MI_TRACK_TOOL "ETW"
#define WIN32_LEAN_AND_MEAN