gallium/util: Stop bundling our snprintf implementation.
authorJose Fonseca <jfonseca@vmware.com>
Wed, 22 Jul 2015 12:21:24 +0000 (13:21 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Thu, 23 Jul 2015 14:57:53 +0000 (15:57 +0100)
commitc6267ebd6c8a73d51a0c82d0f516177c70e05c81
tree8733ec0fc76e0efb1c21c047a924f7d6b226a932
parentf3728a16c9c6a02fc1f44b8069b0060e2358f22e
gallium/util: Stop bundling our snprintf implementation.

Use MSVCRT functions instead.  Their semantics are slightly
different but they can be made to work as expected.

Also, use the same code paths for both MSVCRT and MinGW.

https://bugs.freedesktop.org/show_bug.cgi?id=91418

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/util/u_snprintf.c [deleted file]
src/gallium/auxiliary/util/u_string.h