Refined the GLint64 definitions
This commit is contained in:
parent
0f2502c72d
commit
716cfbffa4
@ -130,7 +130,18 @@
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(GL_EXT_timer_query)
|
||||
#ifdef _WIN32
|
||||
typedef __int64 GLint64EXT;
|
||||
typedef unsigned __int64 GLuint64EXT;
|
||||
#else
|
||||
typedef long long int GLint64EXT;
|
||||
typedef unsigned long long int GLuint64EXT;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef GL_APIENTRY
|
||||
#define GL_APIENTRY APIENTRY
|
||||
|
Loading…
Reference in New Issue
Block a user