Skip to content

wgl: pin opengl32.dll to avoid dangling window hooks

Charmaine Lee requested to merge charmainel/mesa:fix-wgl-windows-hook into main

As discussed in !6581 (closed) and suggested by Jose, it is best to pin opengl32.dll and prevent it from being unloaded to avoid dangling SetWindowsHookEx hooks.

/cc @jfonseca

Merge request reports