open-src/lib/mesa/glxext.h.patch
changeset 606 068c11b419c9
parent 605 e5259db5befc
child 607 261c0d718d67
equal deleted inserted replaced
605:e5259db5befc 606:068c11b419c9
     1 --- include/GL/glxext.h.orig	2008-02-21 22:32:25.557861019 +0530
       
     2 +++ include/GL/glxext.h	2008-02-21 22:34:25.799989188 +0530
       
     3 @@ -347,9 +347,9 @@
       
     4  /* (as used in the GLX_OML_sync_control extension). */
       
     5  #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
       
     6  #include <inttypes.h>
       
     7 -#elif defined(__sun__)
       
     8 +#elif defined(sun)
       
     9  #include <inttypes.h>
       
    10 -#if defined(__STDC__)
       
    11 +#elif defined(__STDC__)
       
    12  #if defined(__arch64__)
       
    13  typedef long int int64_t;
       
    14  typedef unsigned long int uint64_t;
       
    15 @@ -371,7 +371,6 @@
       
    16  #else
       
    17  #include <inttypes.h>     /* Fallback option */
       
    18  #endif
       
    19 -#endif
       
    20  
       
    21  #ifndef GLX_VERSION_1_3
       
    22  #define GLX_VERSION_1_3 1