commit | dd7f735f5318735752c2c82d33eb7fb9148c5348 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Fri Dec 05 00:46:06 2003 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Fri Dec 05 00:46:06 2003 +0000 |
tree | 8468df3ed8da4634e9cf398578e8016269ad17ab | |
parent | a6ad01c14e8b7d819783d81c1febfa8e72063bf3 [diff] [blame] |
don't include GL/gl.h, define GLAPIENTRYP if not defined
diff --git a/src/mesa/glapi/glapitable.h b/src/mesa/glapi/glapitable.h index 305f71c..044c62c 100644 --- a/src/mesa/glapi/glapitable.h +++ b/src/mesa/glapi/glapitable.h
@@ -2,7 +2,9 @@ #ifndef _GLAPI_TABLE_H_ #define _GLAPI_TABLE_H_ -#include <GL/gl.h> +#ifndef GLAPIENTRYP +#define GLAPIENTRYP +#endif struct _glapi_table {