parent
261571bb69
commit
114b8cff93
1 changed files with 2 additions and 2 deletions
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
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue