diff options
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.c')
-rw-r--r-- | src/mesa/tnl/t_vtx_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c index 8f105bef89e..2fd5ccab1f3 100644 --- a/src/mesa/tnl/t_vtx_api.c +++ b/src/mesa/tnl/t_vtx_api.c @@ -431,7 +431,7 @@ ATTRS( 15 ) static void init_attrfv( TNLcontext *tnl ) { -#ifdef WIN32 +#if defined( WIN32 ) || defined( __VMS ) if (0) fprintf(stderr, "%s %d\n", "init_attrfv", tnl->vtx.vertex_size); #else if (0) fprintf(stderr, "%s %d\n", __FUNCTION__, tnl->vtx.vertex_size); |