summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/src/mtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/src/mtx.c')
-rw-r--r--deps/jemalloc/test/src/mtx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/jemalloc/test/src/mtx.c b/deps/jemalloc/test/src/mtx.c
index 41b95d59d..73bd02f6d 100644
--- a/deps/jemalloc/test/src/mtx.c
+++ b/deps/jemalloc/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)
{