Parcourir la source

added a bit of GLAPIENTRY, APIENTRY setup

tags/mesa_3_3
Brian Paul il y a 26 ans
Parent
révision
0f21a5d36b
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      include/GL/glext.h

+ 4
- 0
include/GL/glext.h Voir le fichier

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

#ifdef GLAPIENTRY
#define APIENTRY GLAPIENTRY
#endif

#ifndef APIENTRY
#define APIENTRY
#endif

Chargement…
Annuler
Enregistrer