From 48911f1641bc89b34b8c11c8c3175b1b1af7f787 Mon Sep 17 00:00:00 2001 From: James Clark Date: Tue, 24 Nov 1998 08:39:10 +0000 Subject: [PATCH] Refine XML_WINLIB option --- expat/xmltok/xmldef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/expat/xmltok/xmldef.h b/expat/xmltok/xmldef.h index 6bf86edc..7e7098b2 100755 --- a/expat/xmltok/xmldef.h +++ b/expat/xmltok/xmldef.h @@ -18,6 +18,8 @@ James Clark. All Rights Reserved. Contributor(s): */ +#include + #ifdef XML_WINLIB #define WIN32_LEAN_AND_MEAN @@ -29,14 +31,12 @@ Contributor(s): #define free(x) HeapFree(GetProcessHeap(), 0, (x)) #define realloc(x, y) HeapReAlloc(GetProcessHeap(), 0, x, y) #define abort() /* as nothing */ -#define memmove(to, from, n) MoveMemory(to, from, n) #else /* not XML_WINLIB */ #include -#include -#endif /* XML_WINLIB */ +#endif /* not XML_WINLIB */ /* This file can be used for any definitions needed in particular environments. */