1f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#ifndef __glplatform_h_
2f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#define __glplatform_h_
3f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
4f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org/* $Revision: 10601 $ on $Date:: 2010-03-04 22:15:27 -0800 #$ */
5f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
6f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org/*
7f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org * This document is licensed under the SGI Free Software B License Version
8f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
9f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org */
10f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
11f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org/* Platform-specific types and definitions for OpenGL ES 1.X  gl.h
12f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org *
13f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org * Adopters may modify khrplatform.h and this file to suit their platform.
14f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org * You are encouraged to submit all modifications to the Khronos group so that
15f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org * they can be included in future versions of this file.  Please submit changes
16f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
17f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org * by filing a bug against product "OpenGL-ES" component "Registry".
18f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org */
19f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
20f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#include <KHR/khrplatform.h>
21f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
22f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#ifndef GL_API
23f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#define GL_API      KHRONOS_APICALL
24f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#endif
25f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
26f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#ifndef GL_APIENTRY
27f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#define GL_APIENTRY KHRONOS_APIENTRY
28f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#endif
29f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
30f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#endif /* __glplatform_h_ */
31