Procházet zdrojové kódy

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

tags/mesa_4_0
Karl Schultz před 24 roky
rodič
revize
80d5855692
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      include/GL/glu.h

+ 4
- 0
include/GL/glu.h Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit