reactos/lib
Aleksandar Andrejevic fda5745543 [FAST486]
The number of bit places in a shift operation is ANDed by the width of the type
when it is in a register, so (1 << c), when c is 32, is actually 1, and not 0.
Fix the calculation of MaxValue by using SignFlag | (SignFlag - 1) instead.


svn path=/branches/ntvdm/; revision=60912
2013-11-10 03:11:56 +00:00
..
3rdparty [SOFTX86] 2013-10-26 20:53:33 +00:00
atl
cmlib
cportlib
debugsup
dnslib
drivers
epsapi
fast486 [FAST486] 2013-11-10 03:11:56 +00:00
fslib
inflib
lsalib
ppcmmu
pseh
recyclebin
rossym
rossym_new
rtl
sdk
smlib
tdilib
CMakeLists.txt