On Thu Nov 9 13:30:42 2023 +0000, Alexandre Julliard wrote:
Would you prefer using InterlockedIncrement in AddRef instead of using
the CS lock? Yes, it's good practice to always use interlocked functions for COM refcounts.
Cool, I've changed it to use atomics in in the most recent version.