Fix windows build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-04-29 15:36:53 +02:00
parent 0abea5b6b2
commit 707cdf7bf4
16 changed files with 185 additions and 90 deletions

View File

@@ -53,7 +53,7 @@ typedef enum {
typedef struct {
bool in_use;
#ifdef ENABLE_EMULATION
int sock;
intptr_t sock;
#else
struct tcp_pcb *pcb;
#endif