commit | a194ccb8d19ddde94c2c04ddf197e6a629f7cc9b | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@redhat.com> | Mon Aug 10 10:08:41 2009 +0200 |
committer | Daniel Veillard <veillard@redhat.com> | Mon Aug 10 10:08:41 2009 +0200 |
tree | b69c6ca61f28bc25c90f72294e874f88e316b86c | |
parent | 203fd2e6c72984711e8904557046aca0c8ee920c [diff] |
Try to avoid __imp__xmlFree link trouble on msys * include/libxml/xmlexports.h: when compiling with mingw/MSYS or linking to an precompiled library this _imp__xmlFree missing at runtime is a common problem. Igor and various people faced it and this seems the minimal fix for it, should resolve 590302 and 561340