Explorar o código

Update rlgl.h

Ray %!s(int64=3) %!d(string=hai) anos
pai
achega
dd455c626e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/rlgl.h

+ 1 - 1
src/rlgl.h

@@ -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