scons: Ensure inttypes.h is always pre-included on MSVC.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 20 Mar 2015 06:53:09 +0000 (06:53 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Sun, 22 Mar 2015 08:23:24 +0000 (08:23 +0000)
commit15c5595bb144d8018ebd922c6914772958cbf2b2
treed5e683bb87a2f5b44e3c9de28de078786089da81
parente4d95982ee36097a86c4afec3f34924964978c21
scons: Ensure inttypes.h is always pre-included on MSVC.

It's a bit hackish couldn't find another solution.  See code comment
for details.   The warning is useful, so universally disabling doesn't
sound a good idea.

Fixes

   warning C4005: 'xxx' : macro redefinition

Reviewed-by: Brian Paul <brianp@vmware.com>
scons/gallium.py