]> granicus.if.org Git - libexpat/commit
replace loadlibrary.c and RtlGenRandom call with rand_s() on windows
authorDavid Loffredo <loffredo@steptools.com>
Wed, 7 Aug 2019 17:43:38 +0000 (19:43 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 7 Aug 2019 17:43:38 +0000 (19:43 +0200)
commit5d34a708e752ccea53fc6f97bf7a14933587d8b9
treed226d01a80b3aed20d539f1a8e6f08b1348e0221
parentc5a2867de1b8f4661e24437374a85cf62b9f17e0
replace loadlibrary.c and RtlGenRandom call with rand_s() on windows

Signed-off-by: David Loffredo <loffredo@steptools.com>
12 files changed:
expat/CMakeLists.txt
expat/lib/Makefile.am
expat/lib/expat.vcxproj
expat/lib/expat.vcxproj.filters
expat/lib/expat_static.vcxproj
expat/lib/expat_static.vcxproj.filters
expat/lib/expatw.vcxproj
expat/lib/expatw.vcxproj.filters
expat/lib/expatw_static.vcxproj
expat/lib/expatw_static.vcxproj.filters
expat/lib/loadlibrary.c [deleted file]
expat/lib/xmlparse.c