20 Sep
2006
20 Sep
'06
1:06 p.m.
Benjamin Arai <me(a)benjaminarai.com> writes:
Sounds good, but in that case shouldn't I also change the one for UINT to something like ~(UINT)0?
Well, yes, ~0u is usually a better choice than 0xffffffff, but that's more of a cosmetic issue, unlike the long long case. -- Alexandre Julliard julliard(a)winehq.org