Don't redefine HAVE_GL_SYNC
This commit is contained in:
parent
23e6f0be37
commit
b1f1f519d5
|
@ -54,9 +54,13 @@
|
||||||
#define MAX_FENCES 4
|
#define MAX_FENCES 4
|
||||||
|
|
||||||
#if !defined(HAVE_PSGL)
|
#if !defined(HAVE_PSGL)
|
||||||
|
|
||||||
|
#ifndef HAVE_GL_SYNC
|
||||||
#define HAVE_GL_SYNC
|
#define HAVE_GL_SYNC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_GL_SYNC
|
#ifdef HAVE_GL_SYNC
|
||||||
#if defined(HAVE_OPENGLES2)
|
#if defined(HAVE_OPENGLES2)
|
||||||
typedef struct __GLsync *GLsync;
|
typedef struct __GLsync *GLsync;
|
||||||
|
|
Loading…
Reference in New Issue