Added check against OSG_GL3_AVAILABLE to avoid issues with GL3 build under linux

This commit is contained in:
Robert Osfield
2010-02-19 20:14:12 +00:00
parent 1924350e1c
commit 8b67830f6e

View File

@@ -53,7 +53,7 @@
#endif
#ifndef GL_EXT_timer_query
#if !defined(GL_EXT_timer_query) && !defined(OSG_GL3_AVAILABLE)
#ifdef _WIN32
typedef __int64 GLint64EXT;
typedef unsigned __int64 GLuint64EXT;