Skip to content

Commit 2076173

Browse files
authored
disable ETW in benchmark.cpp
1 parent 4dc47c0 commit 2076173

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/benchmark.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#include <stdexcept>
1010

1111

12-
#ifdef _WIN32
13-
#define ZEROERR_ETW 1
14-
#endif
12+
// #ifdef _WIN32
13+
// #define ZEROERR_ETW 1
14+
// #endif
1515

1616

1717
namespace zeroerr {

0 commit comments

Comments
 (0)