Explorar el Código

added a bit of GLAPIENTRY, APIENTRY setup

tags/mesa_3_3
Brian Paul hace 26 años
padre
commit
0f21a5d36b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      include/GL/glext.h

+ 4
- 0
include/GL/glext.h Ver fichero

@@ -23,6 +23,10 @@ extern "C" {
#define GLAPI extern
#endif

#ifdef GLAPIENTRY
#define APIENTRY GLAPIENTRY
#endif

#ifndef APIENTRY
#define APIENTRY
#endif

Cargando…
Cancelar
Guardar