Fixes MSVC build.
meta.c(2411) : error C2143: syntax error : missing ';' before 'type'
meta.c(2411) : error C2143: syntax error : missing ')' before 'type'
meta.c(2411) : error C2065: 'layer' : undeclared identifier
meta.c(2411) : error C2059: syntax error : ')'
meta.c(2411) : error C2143: syntax error : missing ';' before '{'
meta.c(2413) : error C2065: 'layer' : undeclared identifier
meta.c(2415) : error C2065: 'layer' : undeclared identifier
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
|
12 years ago | |
|---|---|---|
| .. | ||
| driverfuncs.c | mesa: Remove Driver.GetBufferSize and its callers. | 12 years ago |
| driverfuncs.h | mesa: remove outdated version lines in comments | 12 years ago |
| meta.c | meta: Move declaration before code. | 12 years ago |
| meta.h | mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage(). | 12 years ago |