diff options
Diffstat (limited to 'src/mesa/main/hint.h')
-rw-r--r-- | src/mesa/main/hint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h index 57f3823fcf..bfc3887107 100644 --- a/src/mesa/main/hint.h +++ b/src/mesa/main/hint.h @@ -41,7 +41,7 @@ #if _HAVE_FULL_GL -extern void +extern void GLAPIENTRY _mesa_Hint( GLenum target, GLenum mode ); extern void |