Skip to content

contrib: gnutls: fix CertEnumCRLsInStore in UWP builds

Steve Lhomme requested to merge robUx4/vlc:gnutls-uwp-i686 into master

There was a ming32-only check to use LoadLibrary for this call. It was not supposed to be done on any mingw64 builds. But the define used was only defined on mingw64 for 64-bits builds. This was not a problem for desktop builds where LoadLibrary was used. But in UWP this call is not allowed for system libraries.

Fixes LibVLCSharp#295 (closed)

Patch from upstream master.

cc @JohannesKauffmann

Edited by Steve Lhomme

Merge request reports