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