Removing a bunch of Windows line endings -- see bug report 3077828

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@882 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2011-01-23 14:18:25 +00:00
parent 51d3ffb2e6
commit 5bdbf8739d

View File

@ -94,7 +94,6 @@ void checkError(const char *functionName)
typedef ptrdiff_t ourGLsizeiptr;
typedef char ourGLchar;
#if defined(WIN32)
#ifndef APIENTRY
#define APIENTRY
#endif
@ -118,7 +117,6 @@ typedef void (APIENTRY *PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size,
typedef void (APIENTRY *PFNGLENABLEVERTEXATTRIBARRAYPROC) (GLuint index);
typedef GLint (APIENTRY *PFNGLGETUNIFORMLOCATIONPROC) (GLuint program, const ourGLchar *name);
typedef void (APIENTRY *PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
#endif /* defined(WIN32) */
PFNGLGENBUFFERSPROC gl_GenBuffers;
PFNGLBINDBUFFERPROC gl_BindBuffer;