mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
Fix crash in windows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16271 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6aa37e1991
commit
5da34263f6
@ -22,7 +22,7 @@ void (APIENTRY *BindProgram)(GLenum, GLuint);
|
||||
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.
|
||||
|
@ -108,6 +108,6 @@ extern void (APIENTRY *BindProgram)(GLenum, GLuint);
|
||||
extern void (APIENTRY *ProgramString)(GLenum, GLenum, GLsizei, const GLvoid *);
|
||||
extern void (APIENTRY *ProgramEnvParameter4f)(GLenum, GLuint, GLfloat, GLfloat,
|
||||
GLfloat, GLfloat);
|
||||
extern int (*SwapInterval)(int);
|
||||
extern int (APIENTRY *SwapInterval)(int);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user