From 12f7d29420c066a5a35a7098308126af0023c633 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 28 Jun 2001 13:12:11 +0000 Subject: [PATCH] - include/win32config.h: bug #56801 Yon Derek provided a patch to the windows config file. Daniel --- ChangeLog | 5 +++++ include/win32config.h | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e28dfba3..e34a5f62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard + + * include/win32config.h: bug #56801 Yon Derek provided a patch + to the windows config file. + Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src diff --git a/include/win32config.h b/include/win32config.h index 1ec100b1..b63786b8 100644 --- a/include/win32config.h +++ b/include/win32config.h @@ -10,10 +10,14 @@ #include #ifndef LIBXML_DLL_IMPORT +#if !defined(STATIC) +#define LIBXML_DLL_IMPORT __declspec(dllimport) +#else #define LIBXML_DLL_IMPORT #endif -#define SOCKLEN_T int +#endif +#define SOCKLEN_T int #ifdef NEED_SOCKETS #include