mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 812683 - Fix various crashes in Windows graphics libraries by blocking the ASUS Gamer OSD software, which is discontinued and unsupported, r=jrmuizel
--HG-- extra : rebase_source : 673dc4634f41dd334f53b30da13e7bea854e1fb6
This commit is contained in:
parent
b4a29c62b1
commit
976a1d0078
@ -138,6 +138,10 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
|
||||
// bug 925459, bitguard crashes
|
||||
{ "bitguard.dll", MAKE_VERSION(2, 6, 1694, 24) },
|
||||
|
||||
// bug 812683 - crashes in Windows library when Asus Gamer OSD is installed
|
||||
// Software is discontinued/unsupported
|
||||
{ "atkdx11disp.dll", ALL_VERSIONS },
|
||||
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user