"README.md" did not exist on "6ea3a011225899e1b85dd391d54aa216b191f8dc"
contrib: gnutls: fix CertEnumCRLsInStore in UWP builds
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. Fixes videolan/LibVLCSharp#295 Patch from upstream master.
Please register or sign in to comment