diff options
author | marha <marha@users.sourceforge.net> | 2011-05-30 11:04:26 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-30 11:04:26 +0200 |
commit | b53c5364a7161e8310d62b90d5b5ca4635535892 (patch) | |
tree | 847d0cd2298f95576c95b141f0a4fe0b3bae94a6 /mesalib/include/GLES/glplatform.h | |
parent | 1ccf18dc09e288ddf937aa890b50c8d0a9df4319 (diff) | |
download | vcxsrv-b53c5364a7161e8310d62b90d5b5ca4635535892.tar.gz vcxsrv-b53c5364a7161e8310d62b90d5b5ca4635535892.tar.bz2 vcxsrv-b53c5364a7161e8310d62b90d5b5ca4635535892.zip |
Synchronised files. The revision number was removed
Diffstat (limited to 'mesalib/include/GLES/glplatform.h')
-rw-r--r-- | mesalib/include/GLES/glplatform.h | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/mesalib/include/GLES/glplatform.h b/mesalib/include/GLES/glplatform.h index fd363a2a4..2db6ee2ca 100644 --- a/mesalib/include/GLES/glplatform.h +++ b/mesalib/include/GLES/glplatform.h @@ -1,30 +1,30 @@ -#ifndef __glplatform_h_
-#define __glplatform_h_
-
-/* $Revision$ on $Date:: 2010-03-04 22:15:27 -0800 #$ */
-
-/*
- * This document is licensed under the SGI Free Software B License Version
- * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
- */
-
-/* Platform-specific types and definitions for OpenGL ES 1.X gl.h
- *
- * Adopters may modify khrplatform.h and this file to suit their platform.
- * You are encouraged to submit all modifications to the Khronos group so that
- * they can be included in future versions of this file. Please submit changes
- * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
- * by filing a bug against product "OpenGL-ES" component "Registry".
- */
-
-#include <KHR/khrplatform.h>
-
-#ifndef GL_API
-#define GL_API KHRONOS_APICALL
-#endif
-
-#ifndef GL_APIENTRY
-#define GL_APIENTRY KHRONOS_APIENTRY
-#endif
-
-#endif /* __glplatform_h_ */
+#ifndef __glplatform_h_ +#define __glplatform_h_ + +/* $Revision: 10601 $ on $Date:: 2010-03-04 22:15:27 -0800 #$ */ + +/* + * This document is licensed under the SGI Free Software B License Version + * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . + */ + +/* Platform-specific types and definitions for OpenGL ES 1.X gl.h + * + * Adopters may modify khrplatform.h and this file to suit their platform. + * You are encouraged to submit all modifications to the Khronos group so that + * they can be included in future versions of this file. Please submit changes + * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla) + * by filing a bug against product "OpenGL-ES" component "Registry". + */ + +#include <KHR/khrplatform.h> + +#ifndef GL_API +#define GL_API KHRONOS_APICALL +#endif + +#ifndef GL_APIENTRY +#define GL_APIENTRY KHRONOS_APIENTRY +#endif + +#endif /* __glplatform_h_ */ |