projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29557a1
)
util/u_snprintf: Don't redefine HAVE_STDINT_H as 0.
author
José Fonseca
<jfonseca@vmware.com>
Tue, 25 Nov 2014 23:04:05 +0000
(23:04 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 26 Nov 2014 20:30:58 +0000
(20:30 +0000)
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
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_snprintf.c
b/src/gallium/auxiliary/util/u_snprintf.c
index 7a2bf2a6f785544eb623077146e02af0dc321643..39e9b70d0f8d2bfd8bbfd509cc769bc4e9f8be88 100644
(file)
--- a/
src/gallium/auxiliary/util/u_snprintf.c
+++ b/
src/gallium/auxiliary/util/u_snprintf.c
@@
-176,7
+176,7
@@
#define HAVE_ASPRINTF 1 /* not needed */
#define HAVE_STDARG_H 1
#define HAVE_STDDEF_H 1
-#define HAVE_STDINT_H
0
+#define HAVE_STDINT_H
1
#define HAVE_STDLIB_H 1
#define HAVE_INTTYPES_H 0
#define HAVE_LOCALE_H 0