diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index d873428..432b217 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -68,7 +68,7 @@ typedef HWND NativeWindowType; typedef HBITMAP NativePixmapType; /** END Added for Windows **/ -#elif defined(__gnu_linux__) || defined(__FreeBSD__) +#elif defined(__gnu_linux__) || defined(__FreeBSD__) || defined(__APPLE__) /** BEGIN Added for X (Mesa) **/ #ifndef EGLAPI