You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
windows: Properly hide all win32-trace code behind conditionals
Make sure all code related to the `win32-trace` feature is compiled only
when the feature is enabled.
This avoids unnecessary bloat; as well as potential compile errors when
other code conditional on this feature is added.
0 commit comments