-
- Downloads
Bug 1617188 - Do not call GetVersion(detoured.dll) if nvd3d9wrapx.dll is loaded. r=gerald
We added a workaround to skip `LoadLibraryEx` avoid NVIDIA's crash (bug 1607574), however we still hit the same crash via the call to `xul!GetVersion`. This patch removes that call, and put an empty string as the version of detoured.dll instead. Differential Revision: https://phabricator.services.mozilla.com/D63735 --HG-- extra : moz-landing-system : lando
Please register or sign in to comment