win32: check: adjust check config.h to run with newest check library on VS2022

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
Simon Goldschmidt 2023-06-29 22:14:36 +02:00
parent 1a5dffb931
commit 2a3711a566

View File

@ -6,7 +6,6 @@ typedef unsigned int pid_t;
typedef unsigned int uint32_t;
typedef int ssize_t;
#define snprintf _snprintf
#define HAVE_DECL_STRDUP 1
#define HAVE_DECL_FILENO 1
@ -24,7 +23,7 @@ typedef int ssize_t;
#define LWIP_UNITTESTS_NOFORK
#include <io.h>
#include <stdint.h>
typedef unsigned int clockid_t;
typedef unsigned int timer_t;
#define STRUCT_TIMESPEC_DEFINITION_MISSING