On Mon Jun 12 21:31:02 2023 +0000, Bernhard Kölbl wrote:
`!= NULL` seems redundant.
- actually, it's the comparison against `InterlockedCompareExchangePointer` third argument, so I usually find it more readable this way - the DLL has other cases of explicit comparisons of pointers against NULL, so I can't really see a pattern applied uniformely in the DLL either - this can be changed of course