Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2019-10-12 17:58:50 +05:30
commit 5745dc34f7
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

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