mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-03 12:03:30 +00:00
Update rlgl.h
This commit is contained in:
parent
0ce8a8f360
commit
dd455c626e
@ -717,7 +717,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
|
||||
#include <OpenGL/glext.h> // OpenGL extensions library
|
||||
#else
|
||||
// APIENTRY for OpenGL function pointer declarations is required
|
||||
#ifndef APIENTRY
|
||||
#if !defined(APIENTRY)
|
||||
#if defined(_WIN32)
|
||||
#define APIENTRY __stdcall
|
||||
#else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user