src/freeglut_initial.c:91 Added check for SOLARIS OS

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@148 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
sandalle 2003-08-01 15:45:56 +00:00
parent a3a9d6c04b
commit 6d38ea155c
2 changed files with 10 additions and 1 deletions

View File

@ -247,3 +247,10 @@ October 24, 2002:
(93) doc/Makefile.am:4 Removed trailing backslash and added an empty last line (93) doc/Makefile.am:4 Removed trailing backslash and added an empty last line
(94) src/freeglut_window.c Windowing fixes from John F. (94) src/freeglut_window.c Windowing fixes from John F.
*******************************************************************************************
* Changes on 23 July 2003
*******************************************************************************************
(95) src/freeglut_initial.c:91 Added check for SOLARIS OS

View File

@ -90,8 +90,10 @@
#include <X11/keysym.h> #include <X11/keysym.h>
#ifndef __sgi #ifndef __sgi
#ifndef SOLARIS
#include <X11/extensions/xf86vmode.h> #include <X11/extensions/xf86vmode.h>
#endif #endif
#endif
#endif #endif
/* /*