From 483b0139a218a5f8a8311bda3eb23bcd88f57688 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 9 Sep 2019 19:17:18 +0000 Subject: Remove win32 and cygwin support --- src/util/common_allocation.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/util/common_allocation.c') diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c index fd5af7a91..d8d6d639f 100644 --- a/src/util/common_allocation.c +++ b/src/util/common_allocation.c @@ -285,9 +285,6 @@ GNUNET_xrealloc_(void *ptr, size_t n, const char *filename, int linenumber) #define BAADFOOD_STR "\xBA\xAD\xF0\x0D" #endif -#if WINDOWS -#define M_SIZE(p) _msize(p) -#endif #if HAVE_MALLOC_NP_H #include #endif -- cgit v1.2.3