Browse Source

add the same conditional mangling stuff that gl.h has.

tags/mesa_4_0
Karl Schultz 24 years ago
parent
commit
80d5855692
1 changed files with 4 additions and 0 deletions
  1. 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

Loading…
Cancel
Save