Skip to content

win32, msvc: fix missing linking against Bcrypt.lib

Miklos Vajna requested to merge vmiklos/libxml2:nmake into master

Fixes this link error:

dict.obj : error LNK2019: unresolved external symbol BCryptGenRandom referenced in function xmlInitRandom

Commit 2e9e758d (dict: Get random seed from system PRNG, 2023-12-24) updated cmake, but not nmake, correct this.

Merge request reports

Loading