Changeset 2689 for trunk/src/opengl/glut/glut_init.c
- Timestamp:
- Feb 9, 2000, 9:51:20 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glut/glut_init.c
r2595 r2689 1 1 /* $Id: glut_init.c,v 1.2 2000-02-09 08:46:13 jeroen Exp $ */ 2 2 /* Copyright (c) Mark J. Kilgard, 1994, 1997. */ 3 3 … … 59 59 #if defined(_WIN32) || defined(__WIN32OS2__) 60 60 61 #if def __BORLANDC__61 #if defined(__BORLANDC__) || defined(__WIN32OS2__) 62 62 #include <float.h> /* For masking floating point exceptions. */ 63 63 #endif … … 79 79 return; 80 80 81 #if def __BORLANDC__81 #if defined(__BORLANDC__) || defined(__WIN32OS2__) 82 82 /* Under certain conditions (e.g. while rendering solid surfaces with 83 83 lighting enabled) Microsoft OpenGL libraries cause some illegal
Note:
See TracChangeset
for help on using the changeset viewer.