Adding support to Solaris courtesy of Dagobert Michelsen, bug report 3077828 (thank you, Dagobert).
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@883 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
5bdbf8739d
commit
62dc997e85
@ -47,7 +47,7 @@
|
||||
|| ( defined(__CYGWIN__) && defined(X_DISPLAY_MISSING) )
|
||||
# define TARGET_HOST_MS_WINDOWS 1
|
||||
|
||||
#elif defined(__posix__) || defined(__unix__) || defined(__linux__)
|
||||
#elif defined(__posix__) || defined(__unix__) || defined(__linux__) || defined(__sun)
|
||||
# define TARGET_HOST_POSIX_X11 1
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
|
Reference in New Issue
Block a user