This commit is contained in:
Camilla Löwy 2019-07-12 14:33:05 +02:00
parent 773f4495f0
commit 62b7fe8311

View File

@ -118,8 +118,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