Magellan Linux

Annotation of /trunk/opengl-update-magellan/patches/glxext.h-inttypes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (hide annotations) (download)
Tue May 8 21:30:33 2007 UTC (17 years, 1 month ago) by niro
File size: 677 byte(s)
-import

1 niro 168 --- glxext.h-10.orig 2005-01-20 00:38:56.000000000 -0800
2     +++ glxext.h-10 2005-02-11 02:42:53.221321671 -0800
3     @@ -342,18 +342,7 @@ typedef struct {
4    
5     /* Define int32_t and int64_t types for UST/MSC */
6     /* (as used in the GLX_OML_sync_control extension). */
7     -#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
8     #include <inttypes.h>
9     -#elif defined( __VMS )
10     -#include <inttypes.h>
11     -#elif defined(__SCO__) || defined(__USLC__)
12     -#include <stdint.h>
13     -#elif defined(__UNIXOS2__) || defined(__SOL64__)
14     -typedef long int int32_t;
15     -typedef long long int int64_t;
16     -#else
17     -#warn "int32_t and int64_t are undefined!"
18     -#endif
19    
20     #ifndef GLX_VERSION_1_3
21     #define GLX_VERSION_1_3 1