diff options
author | Brian Paul <[email protected]> | 2001-05-25 15:40:29 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-05-25 15:40:29 +0000 |
commit | c98da4d99acac9c402efca9923890fef8ba4f294 (patch) | |
tree | 8d140141535189b6d4926989abe9967922c53a2d /src/glut | |
parent | 12c1bee87fcc3a0912685bb6e83447972e5de64e (diff) |
changed #if OLD_VMS to #ifdef OLD_VMS
Diffstat (limited to 'src/glut')
-rw-r--r-- | src/glut/glx/glutint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h index 488ff5983ea..292cc27729c 100644 --- a/src/glut/glx/glutint.h +++ b/src/glut/glx/glutint.h @@ -718,7 +718,7 @@ extern void __glutOpenXConnection(char *display); #else extern void __glutOpenWin32Connection(char *display); #endif -#if OLD_VMS +#ifdef OLD_VMS extern void __glutInitTime(struct timeval6 *beginning); #else extern void __glutInitTime(struct timeval *beginning); |