June 13, 2023
6:58 a.m.
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 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3048#note_35579