From: Alan Coopersmith Date: Fri, 5 Feb 2010 02:20:09 +0000 (-0800) Subject: eglplatform.h: recognize __unix as well for Solaris & other SVR4 platforms X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a985a988be8146b716e39a866daf74928e5c8ac;p=mesa.git eglplatform.h: recognize __unix as well for Solaris & other SVR4 platforms Signed-off-by: Alan Coopersmith --- diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 22e855f56ca..c625088d6cb 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -78,7 +78,7 @@ typedef int EGLNativeDisplayType; typedef void *EGLNativeWindowType; typedef void *EGLNativePixmapType; -#elif defined(__unix__) +#elif defined(__unix__) || defined(__unix) /* X11 (tentative) */ #include