From 8a985a988be8146b716e39a866daf74928e5c8ac Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 4 Feb 2010 18:20:09 -0800 Subject: eglplatform.h: recognize __unix as well for Solaris & other SVR4 platforms Signed-off-by: Alan Coopersmith --- include/EGL/eglplatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/EGL') diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 22e855f56c..c625088d6c 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 -- cgit v1.2.3