ralloc: Use _vscprintf on MinGW.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 1 Nov 2011 06:58:29 +0000 (06:58 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 1 Nov 2011 08:47:39 +0000 (08:47 +0000)
commit7f08248c2e2d7e862e88db2d0008efca3c276512
treec5fe87599e184c8602a0aa418870cd370c8bf6f0
parente33447aac62da5e7fe8f6a262cacaa97ce212ef5
ralloc: Use _vscprintf on MinGW.

MinGW uses MSVC's runtime DLLs for most of C runtime's functions, and
there has same semantics for vsnprintf.

Not sure how this worked until now -- maybe one of the internal
vsnprintf implementations was taking precedence.
src/glsl/ralloc.c