mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 21:20:12 +01:00
changed #if OLD_VMS to #ifdef OLD_VMS
This commit is contained in:
parent
12c1bee87f
commit
c98da4d99a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue