From upstream: 62b7fe8311.
This commit is contained in:
Luflosi 2019-10-11 20:26:27 +02:00
parent 261571bb69
commit 114b8cff93
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

4
glfw/glfw3.h vendored
View File

@ -99,8 +99,8 @@ extern "C" {
/* It is customary to use APIENTRY for OpenGL function pointer declarations on
* all platforms. Additionally, the Windows OpenGL header needs APIENTRY.
*/
#ifndef APIENTRY
#ifdef _WIN32
#if !defined(APIENTRY)
#if defined(_WIN32)
#define APIENTRY __stdcall
#else
#define APIENTRY