This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
add the same conditional mangling stuff that gl.h has.
tags/mesa_4_0
Karl Schultz
24 years ago
parent
448b88bb80
commit
80d5855692
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
include/GL/glu.h
+ 4
- 0
include/GL/glu.h
View File
@@ -30,6 +30,10 @@
#ifndef __glu_h__
#define __glu_h__
#if defined(USE_MGL_NAMESPACE)
#include "glu_mangle.h"
#endif
#include <GL/gl.h>
#ifdef __cplusplus
Write
Preview
Loading…
Cancel
Save