mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 03:04:14 +02:00
Add definition of GLAPIENTRY
This commit is contained in:
@@ -101,6 +101,12 @@ extern "C" {
|
||||
#endif
|
||||
#endif /* APIENTRY */
|
||||
|
||||
/* Some OpenGL related headers use GLAPIENTRY instead.
|
||||
*/
|
||||
#ifndef GLAPIENTRY
|
||||
#define GLAPIENTRY APIENTRY
|
||||
#endif /* GLAPIENTRY */
|
||||
|
||||
/* Some Windows OpenGL headers need this.
|
||||
*/
|
||||
#if !defined(WINGDIAPI) && defined(_WIN32)
|
||||
|
||||
Reference in New Issue
Block a user