cygwin: patch egl/opengles headers for EGLAPIENTRY

This commit is contained in:
Ozkan Sezer
2026-05-16 14:56:32 +03:00
committed by Özkan Sezer
parent 71979477c7
commit 2cd5cd2a42
2 changed files with 4 additions and 0 deletions

View File

@@ -164,6 +164,8 @@
#if defined(_WIN32) && !defined(_WIN32_WCE) && !defined(__SCITECH_SNAP__)
/* Win32 but not WinCE */
# define KHRONOS_APIENTRY __stdcall
#elif defined(__CYGWIN__) /* __CYGWIN__ added by SDL */
# define KHRONOS_APIENTRY __stdcall
#else
# define KHRONOS_APIENTRY
#endif