From 3c9a170b123a255f3ba7f4b249009fac6f843d84 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Thu, 22 Jun 2023 08:54:46 +0100 Subject: [PATCH] Some header simplification --- include/edge_utils_win32.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/edge_utils_win32.h b/include/edge_utils_win32.h index caf75eb..087c13b 100644 --- a/include/edge_utils_win32.h +++ b/include/edge_utils_win32.h @@ -19,14 +19,7 @@ #ifndef _EDGE_UTILS_WIN32_H_ #define _EDGE_UTILS_WIN32_H_ -#ifdef WIN32 - -#define WIN32_LEAN_AND_MEAN - -#include #include -#include -#include /* Multicast peers discovery disabled due to https://github.com/ntop/n2n/issues/65 */ @@ -45,7 +38,6 @@ struct tunread_arg { extern HANDLE startTunReadThread (struct tunread_arg *arg); int get_best_interface_ip (n2n_edge_t * eee, dec_ip_str_t *ip_addr); -#endif /* WIN32 */ #endif /* _EDGE_UTILS_WIN32_H_ */