test: remove replacement snprintf for mingw
Mingw has a proper definition of snprintf.
This commit is contained in:
parent
4c6294e69b
commit
ee434b3069
@ -153,7 +153,7 @@ enum test_status {
|
|||||||
return TEST_SKIP; \
|
return TEST_SKIP; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#ifdef _WIN32
|
#if defined _WIN32 && ! defined __GNUC__
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user