Skip to content

qt: do not unload `dcomp.dll` if sanity check succeeds

Because in that case Qt is going to load dcomp.dll. Since the sanity check is done before Qt loads the library, I assume decrementing the reference count with FreeLibrary() is going to cause the library to be unloaded.

Request review @chub @robUx4.

Merge request reports

Loading