mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-06 21:37:56 +00:00
Update rlgl.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user