~ubuntu-branches/ubuntu/saucy/libxml2/saucy-proposed

« back to all changes in this revision

Viewing changes to xmlmodule.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-06-23 21:19:36 UTC
  • mto: (10.1.1 lenny) (43.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: james.westby@ubuntu.com-20080623211936-v5ix4se54w532dls
Tags: upstream-2.6.32.dfsg
ImportĀ upstreamĀ versionĀ 2.6.32.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
    return (0);
191
191
}
192
192
 
193
 
#ifdef HAVE_DLOPEN
 
193
#if defined(HAVE_DLOPEN) && !defined(_WIN32)
194
194
#ifdef HAVE_DLFCN_H
195
195
#include <dlfcn.h>
196
196
#endif