Procházet zdrojové kódy

added a bit of GLAPIENTRY, APIENTRY setup

tags/mesa_3_3
Brian Paul před 26 roky
rodič
revize
0f21a5d36b
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      include/GL/glext.h

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

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

#ifdef GLAPIENTRY
#define APIENTRY GLAPIENTRY
#endif

#ifndef APIENTRY
#define APIENTRY
#endif

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