summaryrefslogtreecommitdiffstats
path: root/test/src/mtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/mtx.c')
-rw-r--r--test/src/mtx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/src/mtx.c b/test/src/mtx.c
index 41b95d5..73bd02f 100644
--- a/test/src/mtx.c
+++ b/test/src/mtx.c
@@ -1,5 +1,9 @@
#include "test/jemalloc_test.h"
+#ifndef _CRT_SPINCOUNT
+#define _CRT_SPINCOUNT 4000
+#endif
+
bool
mtx_init(mtx_t *mtx)
{