added GL_VERSION_2_0

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@300 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-09-28 20:27:01 +00:00
parent 63374ccd9c
commit 52f2216b04

View File

@ -1096,13 +1096,6 @@ GLAPI void GLAPIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei heigh
#endif /* GL_VERSION_1_1 */
#ifndef GL_VERSION_2_0
#define GL_VERSION_2_0 1
#define GLEW_VERSION_2_0 GLEW_GET_VAR(__GLEW_VERSION_2_0)
#endif /* GL_VERSION_2_0 */
/* ---------------------------------- GLU ---------------------------------- */
/* this is where we can safely include GLU */