From bb441056082bc7d51085c98b8c99e74d9c94de4f Mon Sep 17 00:00:00 2001 From: GrapheneCt <57592952+GrapheneCt@users.noreply.github.com> Date: Mon, 23 Jan 2023 20:33:16 +0200 Subject: [PATCH] Update egl.h --- include/EGL/egl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/EGL/egl.h b/include/EGL/egl.h index fcb5d5c..215197e 100644 --- a/include/EGL/egl.h +++ b/include/EGL/egl.h @@ -20,11 +20,11 @@ /* May need to export on some platforms */ #if !defined(GLAPI_EXT) - #define GLAPI_EXT IMG_EXPORT + #define GLAPI_EXT #endif #ifndef APIENTRY -#define APIENTRY IMG_CALLCONV +#define APIENTRY #endif #include "egl1_4.h"