Removed duplicated instances of GLint64EXT declarations

This commit is contained in:
Robert Osfield 2014-01-07 18:32:45 +00:00
parent 0bb62a8162
commit 0f2502c72d
2 changed files with 0 additions and 21 deletions

View File

@ -54,17 +54,6 @@
#endif
#if !defined(GL_EXT_timer_query) && !defined(OSG_GL3_AVAILABLE)
#ifdef _WIN32
typedef __int64 GLint64EXT;
typedef unsigned __int64 GLuint64EXT;
#else
typedef long long int GLint64EXT;
typedef unsigned long long int GLuint64EXT;
#endif
#endif
namespace osg {

View File

@ -53,16 +53,6 @@
#endif
#endif
#if !defined(GL_EXT_timer_query) && !defined(OSG_GL3_AVAILABLE)
#ifdef _WIN32
typedef __int64 GLint64EXT;
typedef unsigned __int64 GLuint64EXT;
#else
typedef long long int GLint64EXT;
typedef unsigned long long int GLuint64EXT;
#endif
#endif
namespace osg {
/** macro for use with osg::StateAttribute::apply methods for detecting and