Changeset 21720 for branches/gcc-kmk/src/opengl/glut
- Timestamp:
- Oct 19, 2011, 11:26:02 AM (14 years ago)
- Location:
- branches/gcc-kmk/src/opengl/glut
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/opengl/glut/glut_init.c
r3579 r21720 17 17 #if defined(__WIN32OS2__) 18 18 #include <windows.h> 19 #include "GL \gl.h"19 #include "GL/gl.h" 20 20 #undef WH_NB_HOOKS /* Get rid of copiler warning... */ 21 21 #endif -
branches/gcc-kmk/src/opengl/glut/glutos2.h
r3579 r21720 15 15 */ 16 16 #define gettimeofday gettimeofday_os2 17 #include <sys \time.h>17 #include <sys/time.h> 18 18 #undef gettimeofday 19 19
Note:
See TracChangeset
for help on using the changeset viewer.