Descriptionworkaround for building with express toolchain on windows
intsafe.h and stdint.h both define INT8_MIN et al. with no guards,
and so can't both be included. Because dependencies do this deep
in their internals, avoid this problem by including intsafe.h,
and then #undef'ing the conflicts in precompile.h (which is included
in all .cc files). intsafe.h's include guard symbol stays defined
so that any subsequent inclusions do not cause problems.
R=thestig@chromium.org
BUG=225822
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192341
Patch Set 1 #
Total comments: 1
Patch Set 2 : shorten connect link #Messages
Total messages: 8 (0 generated)
|