mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
eglplatform.h: recognize __unix as well for Solaris & other SVR4 platforms
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
8109b6d313
commit
8a985a988b
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ typedef int EGLNativeDisplayType;
|
|||
typedef void *EGLNativeWindowType;
|
||||
typedef void *EGLNativePixmapType;
|
||||
|
||||
#elif defined(__unix__)
|
||||
#elif defined(__unix__) || defined(__unix)
|
||||
|
||||
/* X11 (tentative) */
|
||||
#include <X11/Xlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue