11b386f4416e8e7307ffe4f4c37e792eab18501dcBrian Paul#ifndef __glplatform_h_
21b386f4416e8e7307ffe4f4c37e792eab18501dcBrian Paul#define __glplatform_h_
31b386f4416e8e7307ffe4f4c37e792eab18501dcBrian Paul
459f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu/* $Revision: 10601 $ on $Date:: 2010-03-04 22:15:27 -0800 #$ */
51b386f4416e8e7307ffe4f4c37e792eab18501dcBrian Paul
61b386f4416e8e7307ffe4f4c37e792eab18501dcBrian Paul/*
759f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu * This document is licensed under the SGI Free Software B License Version
859f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
959f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu */
1059f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu
1159f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu/* Platform-specific types and definitions for OpenGL ES 1.X  gl.h
1259f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu *
1359f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu * Adopters may modify khrplatform.h and this file to suit their platform.
1459f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu * You are encouraged to submit all modifications to the Khronos group so that
1559f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu * they can be included in future versions of this file.  Please submit changes
1659f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
1759f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu * by filing a bug against product "OpenGL-ES" component "Registry".
1859f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu */
1959f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu
2059f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu#include <KHR/khrplatform.h>
2159f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu
2259f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu#ifndef GL_API
2359f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu#define GL_API      KHRONOS_APICALL
241b386f4416e8e7307ffe4f4c37e792eab18501dcBrian Paul#endif
251b386f4416e8e7307ffe4f4c37e792eab18501dcBrian Paul
2659f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu#ifndef GL_APIENTRY
2759f8dca7cf7ce2b21d3bfe59c55bd3927de7f39cChia-I Wu#define GL_APIENTRY KHRONOS_APIENTRY
281b386f4416e8e7307ffe4f4c37e792eab18501dcBrian Paul#endif
291b386f4416e8e7307ffe4f4c37e792eab18501dcBrian Paul
301b386f4416e8e7307ffe4f4c37e792eab18501dcBrian Paul#endif /* __glplatform_h_ */
31