OSDN Git Service

Add Solaris to OS'es using X in eglplatform.h
authorAlan Coopersmith <alan.coopersmith@sun.com>
Tue, 24 Mar 2009 03:35:54 +0000 (20:35 -0700)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Wed, 25 Mar 2009 18:10:03 +0000 (11:10 -0700)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
include/EGL/eglplatform.h

index 0f34da0..b6311f8 100644 (file)
@@ -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(__sun)
 
 /** BEGIN Added for X (Mesa) **/
 #ifndef EGLAPI