Skip to content

Commit

Permalink
Update egl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
GrapheneCt committed Jan 23, 2023
1 parent c576a95 commit bb44105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/EGL/egl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb44105

Please sign in to comment.