fix(glad): fix compilation errors by using relative includes (#10001)

This commit is contained in:
André Costa
2026-05-04 22:21:11 +02:00
committed by GitHub
parent 63af2b597f
commit aebad7ccbf
4 changed files with 5 additions and 5 deletions
@@ -18,7 +18,7 @@
* https://www.github.com/KhronosGroup/EGL-Registry/
*/
#include <KHR/khrplatform.h>
#include "../KHR/khrplatform.h"
/* Macros used in EGL function prototype declarations.
*
+2 -2
View File
@@ -378,8 +378,8 @@ typedef void (*GLADpostcallback)(void *ret, const char *name, GLADapiproc apipro
#define EGL_YUV_NARROW_RANGE_EXT 0x3283
#include <KHR/khrplatform.h>
#include <EGL/eglplatform.h>
#include "../KHR/khrplatform.h"
#include "../EGL/eglplatform.h"
+1 -1
View File
@@ -2251,7 +2251,7 @@ typedef void (*GLADpostcallback)(void *ret, const char *name, GLADapiproc apipro
#define GL_ZOOM_Y 0x0D17
#include <KHR/khrplatform.h>
#include "../KHR/khrplatform.h"
typedef unsigned int GLenum;
typedef unsigned char GLboolean;
typedef unsigned int GLbitfield;
@@ -526,7 +526,7 @@ typedef void (*GLADpostcallback)(void *ret, const char *name, GLADapiproc apipro
#define GL_ZERO 0
#include <KHR/khrplatform.h>
#include "../KHR/khrplatform.h"
typedef unsigned int GLenum;
typedef unsigned char GLboolean;
typedef unsigned int GLbitfield;