Re-disable WIN32 call tracing

This commit is contained in:
Justine Tunney 2023-12-08 20:06:16 -08:00
parent 1a96de6eda
commit 076e0bf9a9
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -5,7 +5,7 @@
#define SYSDEBUG 0
#endif
#define _NTTRACE 1 /* not configurable w/ flag yet */
#define _NTTRACE 0 /* not configurable w/ flag yet */
#define _POLLTRACE 0 /* not configurable w/ flag yet */
#define _DATATRACE 1 /* not configurable w/ flag yet */
#define _LOCKTRACE 0 /* not configurable w/ flag yet */