Re: [Mesa-dev] [PATCH] mesa: Move declaration before code

2014-03-25 Thread Brian Paul
Thanks, but I already pushed a fix for this earlier. -Brian On 03/25/2014 04:23 PM, Ian Romanick wrote: From: Ian Romanick Should fix MSVC build: src\mesa\main\pipelineobj.c(250) : error C2275: 'GLbitfield' : illegal use of this type as an expression C:\hudson\workspace\mesa-msvc\i

[Mesa-dev] [PATCH] mesa: Move declaration before code

2014-03-25 Thread Ian Romanick
From: Ian Romanick Should fix MSVC build: src\mesa\main\pipelineobj.c(250) : error C2275: 'GLbitfield' : illegal use of this type as an expression C:\hudson\workspace\mesa-msvc\include\GL/gl.h(127) : see declaration of 'GLbitfield' src\mesa\main\pipelineobj.c(250) : error C2146: syntax