Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c

This commit is contained in:
Mike Hommey 2014-05-21 16:59:50 +09:00 committed by Jason Evans
parent ed0b0ec935
commit 47d58a01ff

View File

@ -1,5 +1,9 @@
#include "test/jemalloc_test.h" #include "test/jemalloc_test.h"
#ifndef _CRT_SPINCOUNT
#define _CRT_SPINCOUNT 4000
#endif
bool bool
mtx_init(mtx_t *mtx) mtx_init(mtx_t *mtx)
{ {