Comparing ray/src/common/radogl.h (file contents):
Revision 3.11 by greg, Tue Sep 16 06:31:48 2003 UTC vs.
Revision 3.12 by greg, Wed Apr 25 22:21:06 2012 UTC
| 6 |
|
#define _RAD_RADOGL_H_ |
| 7 |
|
|
| 8 |
|
#include "standard.h" |
| 9 |
< |
#include <GL/glu.h> |
| 9 |
> |
#ifdef __APPLE__ |
| 10 |
> |
#include <OpenGL/glu.h> |
| 11 |
> |
#else |
| 12 |
> |
#ifdef _WIN32 |
| 13 |
> |
#include <windows.h> |
| 14 |
> |
#endif |
| 15 |
> |
#include <GL/glu.h> |
| 16 |
> |
#endif |
| 17 |
|
#include "color.h" |
| 18 |
|
#include "object.h" |
| 19 |
|
#include "otypes.h" |
Diff Legend
| – |
Removed lines |
| + |
Added lines |
| < |
Changed lines (old) |
| > |
Changed lines (new) |