You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inc: winapi: Use clng() etc. instead of __LONG32 casts
Using clng() directly is probably cleaner; and as far as the fbfrog-based
translation goes, expanding the __LONG32 macro allows fbfrog to parse
the #defines easier. That in turn allowed the auto-translation of the 3
changed #defines in winerror.bi; the additional culng()'s are then
added automatically around 32bit uint math operations (see also d26035a).
(cherry picked from commit dec5df4)
0 commit comments