Re: [Mesa-dev] [PATCH] glsl: replace _strtoui64() with strtoull() for MSVC

2016-02-12 Thread Jose Fonseca
On 11/02/16 23:08, Timothy Arceri wrote: Now that MSVC 2013 is required we can remove this. --- src/compiler/glsl/glsl_lexer.ll | 4 1 file changed, 4 deletions(-) diff --git a/src/compiler/glsl/glsl_lexer.ll b/src/compiler/glsl/glsl_lexer.ll index e59f93e..9704fc7 100644 --- a/src/compi

[Mesa-dev] [PATCH] glsl: replace _strtoui64() with strtoull() for MSVC

2016-02-11 Thread Timothy Arceri
Now that MSVC 2013 is required we can remove this. --- src/compiler/glsl/glsl_lexer.ll | 4 1 file changed, 4 deletions(-) diff --git a/src/compiler/glsl/glsl_lexer.ll b/src/compiler/glsl/glsl_lexer.ll index e59f93e..9704fc7 100644 --- a/src/compiler/glsl/glsl_lexer.ll +++ b/src/compiler/gls