Changeset 3088 for trunk/src/opengl
- Timestamp:
- Mar 11, 2000, 6:24:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glut/glutos2.h
r3083 r3088 1 /* $Id: glutos2.h,v 1. 3 2000-03-11 15:07:47 sandervlExp $ */1 /* $Id: glutos2.h,v 1.4 2000-03-11 17:24:28 bird Exp $ */ 2 2 #ifndef __glutos2_h__ 3 3 #define __glutos2_h__ … … 12 12 #include "os2_glx.h" 13 13 #include <misc.h> 14 /* KSO: Dirty trick to get around problems with gettimeofday being 15 * defined in the sys\time.h in the toolkit. (at least in CSD2) 16 */ 17 #define gettimeofday gettimeofday_os2 14 18 #include <sys\time.h> 19 #undef gettimeofday 15 20 16 21 /* We have to undef some things because Microsoft likes to pollute the
Note:
See TracChangeset
for help on using the changeset viewer.