N_SE-47263 : reset touch cancel when indicator touch released/N_SE-51832 : fix checki...
[platform/framework/native/uifw.git] / inc / glplatform.h
1 #ifndef __glplatform_h_
2 #define __glplatform_h_
3
4 /*
5  * This document is licensed under the SGI Free Software B License Version
6  * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
7  */
8
9 /* Platform-specific types and definitions for OpenGL ES 1.X  gl.h
10  * Last modified on 2008/12/19
11  *
12  * Adopters may modify khrplatform.h and this file to suit their platform.
13  * You are encouraged to submit all modifications to the Khronos group so that
14  * they can be included in future versions of this file.  Please submit changes
15  * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
16  * by filing a bug against product "OpenGL-ES" component "Registry".
17  */
18
19 #include "khrplatform.h"
20
21 #ifndef GL_API
22 #define GL_API      KHRONOS_APICALL
23 #endif
24
25 #define GL_APIENTRY //KHRONOS_APIENTRY
26
27 #endif /* __glplatform_h_ */