mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-20 12:18:34 -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.