fix winapi #elif
This commit is contained in:
parent
f3c757c66e
commit
4d5b074704
|
|
@ -858,7 +858,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
|
||||||
|
|
||||||
#ifdef APIENTRY
|
#ifdef APIENTRY
|
||||||
#define RLGL_API_PTR APIENTRY
|
#define RLGL_API_PTR APIENTRY
|
||||||
#elif RLGL_PLATFORM_WIN32
|
#elif __WIN32
|
||||||
#define GLAD_API_PTR __stdcall
|
#define GLAD_API_PTR __stdcall
|
||||||
#else
|
#else
|
||||||
#define RLGL_API_PTR
|
#define RLGL_API_PTR
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user