diff libvo/gl_common.c @ 16270:d5374d07492a

Fix crash in windows
author reimar
date Fri, 19 Aug 2005 12:09:44 +0000
parents d7856c2232d0
children a87c6cf3fe52
line wrap: on
line diff
--- a/libvo/gl_common.c	Fri Aug 19 11:52:11 2005 +0000
+++ b/libvo/gl_common.c	Fri Aug 19 12:09:44 2005 +0000
@@ -22,7 +22,7 @@
 void (APIENTRY *ProgramString)(GLenum, GLenum, GLsizei, const GLvoid *);
 void (APIENTRY *ProgramEnvParameter4f)(GLenum, GLuint, GLfloat, GLfloat,
                                        GLfloat, GLfloat);
-int (*SwapInterval)(int);
+int (APIENTRY *SwapInterval)(int);
 
 /**
  * \brief adjusts the GL_UNPACK_ALGNMENT to fit the stride.