util/u_snprintf: Don't redefine HAVE_STDINT_H as 0.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 25 Nov 2014 23:04:05 +0000 (23:04 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 26 Nov 2014 20:30:58 +0000 (20:30 +0000)
commit4b6e93650cfe5f2c285cf601d7f3e8286ce40d3c
treeabe2761e9b5d2747aa307cac942c2cd2adf8a9ca
parent29557a1fa8cbfb62fdc32cfc78085f3e6218b51d
util/u_snprintf: Don't redefine HAVE_STDINT_H as 0.

We now always guarantee availability of stdint.h on MSVC -- if MSVC
doesn't supply one we use our own.

Cc: "10.4" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/util/u_snprintf.c