Re: [Mesa-dev] [PATCH] ralloc: Use _vscprintf on MinGW.

2011-11-01 Thread Kenneth Graunke
On 11/01/2011 12:11 AM, José Fonseca wrote: > > 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. No objections her

[Mesa-dev] [PATCH] ralloc: Use _vscprintf on MinGW.

2011-11-01 Thread José Fonseca
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 |8 +++- 1 files changed, 7 insertions(+),