fix compilation on windows

This commit is contained in:
derhass 2014-08-04 22:26:36 +02:00
parent 3c7451194d
commit b59ababe67

View file

@ -65,6 +65,16 @@
#endif
#endif
#ifndef APIENTRY
#define APIENTRY
#endif
#ifndef APIENTRYP
#define APIENTRYP APIENTRY *
#endif
#ifndef GLAPI
#define GLAPI extern
#endif
typedef struct __GLsync *GLsync;
typedef int64_t GLint64;
typedef uint64_t GLuint64;