mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +02:00
Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty
This commit is contained in:
4
glfw/glfw3.h
vendored
4
glfw/glfw3.h
vendored
@@ -99,8 +99,8 @@ extern "C" {
|
|||||||
/* It is customary to use APIENTRY for OpenGL function pointer declarations on
|
/* It is customary to use APIENTRY for OpenGL function pointer declarations on
|
||||||
* all platforms. Additionally, the Windows OpenGL header needs APIENTRY.
|
* all platforms. Additionally, the Windows OpenGL header needs APIENTRY.
|
||||||
*/
|
*/
|
||||||
#ifndef APIENTRY
|
#if !defined(APIENTRY)
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32)
|
||||||
#define APIENTRY __stdcall
|
#define APIENTRY __stdcall
|
||||||
#else
|
#else
|
||||||
#define APIENTRY
|
#define APIENTRY
|
||||||
|
|||||||
Reference in New Issue
Block a user