Show
Ignore:
Timestamp:
05/16/08 05:24:11 (2 months ago)
Author:
Jean-Baptiste Kempf <jb@altair.videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@altair.videolan.org> 1210908251 +0200
git-parent:

[70b2027658b66231dc15e37e50693f1135cae614]

git-author:
Jean-Baptiste Kempf <jb@altair.videolan.org> 1210907800 +0200
Message:

Xml 2.6.32 patch modification.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Patches/xml2-win32.patch

    rde0420f r6120e3c  
    192192 testdso_la_SOURCES = testdso.c 
    193193 testdso_la_LDFLAGS = -module -rpath $(libdir) 
    194 --- xml/xmlmodule.c 2005-10-28 16:24:34.000000000 +0200 
    195 +++ xml-new/xmlmodule.c 2006-10-11 13:56:13.748125000 +0200 
    196 @@ -190,6 +190,8 @@ 
    197      return (0); 
    198  } 
    199   
    200 +#ifndef _WIN32 
    201 + 
    202  #ifdef HAVE_DLOPEN 
    203  #ifdef HAVE_DLFCN_H 
    204  #include <dlfcn.h> 
    205 @@ -288,7 +290,7 @@ 
    206  #endif /* HAVE_SHLLOAD */ 
    207  #endif /* ! HAVE_DLOPEN */ 
    208   
    209 -#ifdef _WIN32 
    210 +#else /* _WIN32 */ 
    211   
    212  #include <windows.h> 
    213