mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-03 14:16:36 -05:00
We can't compare addresses of ComPtr for self-reference directly because the address-of operator is overloaded, causing a compiler error. This fix more or less matches the WRL implementation.