mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
Fix GL/glu.h include...
svn path=/trunk/; revision=10684
This commit is contained in:
parent
94d6abb6d2
commit
94ec82db25
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
/* Stereo and parallel not tested for Mesa 4.0. */
|
/* Stereo and parallel not tested for Mesa 4.0. */
|
||||||
#define NO_STEREO
|
#define NO_STEREO
|
||||||
#if !defined(NO_STEREO)
|
#if !defined(NO_STEREO)
|
||||||
#include "gl\glu.h"
|
#include "GL/glu.h"
|
||||||
#include "stereo.h"
|
#include "stereo.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue