Re: [Mesa-dev] [PATCH 1/2] mesa: add DECL_GLAPIENTRY macro

2017-06-07 Thread Brian Paul
On Wed, Jun 7, 2017 at 7:29 AM, Samuel Pitoiset wrote: > To declare both errors and no errors GL prototypes. > > Signed-off-by: Samuel Pitoiset > --- > src/mesa/main/glheader.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h > inde

[Mesa-dev] [PATCH 1/2] mesa: add DECL_GLAPIENTRY macro

2017-06-07 Thread Samuel Pitoiset
To declare both errors and no errors GL prototypes. Signed-off-by: Samuel Pitoiset --- src/mesa/main/glheader.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index 3f2a923782..1976ed 100644 --- a/src/mesa/main/glheader.h +++ b/src/