mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
parent
9bb5e880ae
commit
57f872054c
@ -107,12 +107,6 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
#endif /* APIENTRY */
|
#endif /* APIENTRY */
|
||||||
|
|
||||||
/* Some OpenGL related headers use GLAPIENTRY instead.
|
|
||||||
*/
|
|
||||||
#ifndef GLAPIENTRY
|
|
||||||
#define GLAPIENTRY APIENTRY
|
|
||||||
#endif /* GLAPIENTRY */
|
|
||||||
|
|
||||||
/* Some Windows OpenGL headers need this.
|
/* Some Windows OpenGL headers need this.
|
||||||
*/
|
*/
|
||||||
#if !defined(WINGDIAPI) && defined(_WIN32)
|
#if !defined(WINGDIAPI) && defined(_WIN32)
|
||||||
@ -215,6 +209,9 @@ extern "C" {
|
|||||||
#endif /*__APPLE__*/
|
#endif /*__APPLE__*/
|
||||||
|
|
||||||
#endif /* OpenGL and OpenGL ES headers */
|
#endif /* OpenGL and OpenGL ES headers */
|
||||||
|
#ifndef GLAPIENTRY
|
||||||
|
#define GLAPIENTRY APIENTRY
|
||||||
|
#endif /* GLAPIENT
|
||||||
|
|
||||||
#if defined(GLFW_INCLUDE_VULKAN)
|
#if defined(GLFW_INCLUDE_VULKAN)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user