mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +00:00
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:
parent
1a5dffb931
commit
2a3711a566
@ -6,7 +6,6 @@ typedef unsigned int pid_t;
|
|||||||
typedef unsigned int uint32_t;
|
typedef unsigned int uint32_t;
|
||||||
|
|
||||||
typedef int ssize_t;
|
typedef int ssize_t;
|
||||||
#define snprintf _snprintf
|
|
||||||
|
|
||||||
#define HAVE_DECL_STRDUP 1
|
#define HAVE_DECL_STRDUP 1
|
||||||
#define HAVE_DECL_FILENO 1
|
#define HAVE_DECL_FILENO 1
|
||||||
@ -24,7 +23,7 @@ typedef int ssize_t;
|
|||||||
#define LWIP_UNITTESTS_NOFORK
|
#define LWIP_UNITTESTS_NOFORK
|
||||||
|
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef unsigned int clockid_t;
|
typedef unsigned int clockid_t;
|
||||||
typedef unsigned int timer_t;
|
typedef unsigned int timer_t;
|
||||||
#define STRUCT_TIMESPEC_DEFINITION_MISSING
|
|
||||||
|
Loading…
Reference in New Issue
Block a user