Changeset 6120e3c4127a4f0934e0d46344d356f43715eccc for extras
- Timestamp:
- 05/16/08 05:24:11 (2 months ago)
- git-parent:
- Files:
-
- extras/contrib/src/Patches/xml2-win32.patch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
extras/contrib/src/Patches/xml2-win32.patch
rde0420f r6120e3c 192 192 testdso_la_SOURCES = testdso.c 193 193 testdso_la_LDFLAGS = -module -rpath $(libdir) 194 --- xml/xmlmodule.c 2005-10-28 16:24:34.000000000 +0200195 +++ xml-new/xmlmodule.c 2006-10-11 13:56:13.748125000 +0200196 @@ -190,6 +190,8 @@197 return (0);198 }199 200 +#ifndef _WIN32201 +202 #ifdef HAVE_DLOPEN203 #ifdef HAVE_DLFCN_H204 #include <dlfcn.h>205 @@ -288,7 +290,7 @@206 #endif /* HAVE_SHLLOAD */207 #endif /* ! HAVE_DLOPEN */208 209 -#ifdef _WIN32210 +#else /* _WIN32 */211 212 #include <windows.h>213
