]> granicus.if.org Git - libexpat/commit
Fix building on win32 if _UNICODE is defined
authorVáclav Slavík <vaclav@slavik.io>
Sun, 25 Jun 2017 15:38:11 +0000 (17:38 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2017 15:38:11 +0000 (17:38 +0200)
commit95b95032f907ef1cd17ee7a9a1768010a825d61d
tree8404409c5d45732f83761a47de68f08d12459932
parent6dc3273aa58fa62b9e77f9f58061412dd40295cd
Fix building on win32 if _UNICODE is defined

Explicitly use LoadLibraryA() instead of the LoadLibrary() macro, which
may expand to LoadLibraryW() depending on build configuration.
expat/lib/xmlparse.c