summaryrefslogtreecommitdiff
path: root/mallocx.c
diff options
context:
space:
mode:
Diffstat (limited to 'mallocx.c')
-rw-r--r--mallocx.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/mallocx.c b/mallocx.c
index 217988a8..439b928d 100644
--- a/mallocx.c
+++ b/mallocx.c
@@ -27,13 +27,7 @@
#include <stdio.h>
#include <string.h>
-#ifdef MSWINCE
-# ifndef WIN32_LEAN_AND_MEAN
-# define WIN32_LEAN_AND_MEAN 1
-# endif
-# define NOSERVICE
-# include <windows.h>
-#else
+#ifndef MSWINCE
# include <errno.h>
#endif