mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-25 23:31:56 +00:00
bug fix
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@455 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
1dcd5371d0
commit
97ef398cd2
@ -174,8 +174,8 @@ typedef _W64 int GLint64EXT;
|
|||||||
typedef _W64 unsigned int GLuint64EXT;
|
typedef _W64 unsigned int GLuint64EXT;
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
typedef signed long long GLint64EXT
|
typedef signed long long GLint64EXT;
|
||||||
typedef unsigned long long GLuint64EXT
|
typedef unsigned long long GLuint64EXT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define GL_ACCUM 0x0100
|
#define GL_ACCUM 0x0100
|
||||||
|
Loading…
Reference in New Issue
Block a user