gallium: Use custom vsnprintf in WINDDK.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 5 Mar 2008 10:38:21 +0000 (11:38 +0100)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 5 Mar 2008 10:39:11 +0000 (11:39 +0100)
commitb1922de9f3478869c6788ef4e954c06c20e7aa9c
tree94b6f5e47e6148b52b0148a338127f76336b3418
parent5aa108214a21181406ec38a2fd5e82a279348f77
gallium: Use custom vsnprintf in WINDDK.

EngDebugPrint does not handle float point arguments, so we need to use
our own vsnprintf implementation.
src/gallium/auxiliary/util/SConscript
src/gallium/auxiliary/util/p_debug.c
src/gallium/auxiliary/util/u_snprintf.c [new file with mode: 0644]