Don't redefine HAVE_GL_SYNC

This commit is contained in:
twinaphex 2017-12-06 18:28:57 +01:00
parent 23e6f0be37
commit b1f1f519d5

View File

@ -54,9 +54,13 @@
#define MAX_FENCES 4
#if !defined(HAVE_PSGL)
#ifndef HAVE_GL_SYNC
#define HAVE_GL_SYNC
#endif
#endif
#ifdef HAVE_GL_SYNC
#if defined(HAVE_OPENGLES2)
typedef struct __GLsync *GLsync;