Merge branch 'asm-shader-rework-2'
[mesa.git] / src / mesa / main / lines.h
index 7305a986473d0e45f10fdaf0b792b3a6efff764d..5a47e9858d5ca2c45ed567769d6be70dd42d1b44 100644 (file)
 #include "mtypes.h"
 
 
-extern void
+extern void GLAPIENTRY
 _mesa_LineWidth( GLfloat width );
 
-extern void
+extern void GLAPIENTRY
 _mesa_LineStipple( GLint factor, GLushort pattern );
 
-extern void 
+extern void GLAPIENTRY 
 _mesa_init_line( GLcontext * ctx );
 
 #endif