OSDN Git Service

glsl: Fix compilation of glsl_lexer.ll with MSVC.
authorMorgan Armand <morgan.devel@gmail.com>
Sat, 29 Oct 2011 17:37:58 +0000 (10:37 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 29 Oct 2011 17:37:58 +0000 (10:37 -0700)
commit439d67f502cf78a977501c310e13d8d5f05e4986
treee670d761452b30dfca19a8eca8cb1b00cfaad400
parente8139ebf583acf37150a8b341bcbef6b924a7792
glsl: Fix compilation of glsl_lexer.ll with MSVC.

strtoull is not supported on msvc (as there is no C99 support).
src/glsl/glsl_lexer.ll