mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:29:14 +02:00
* fixed definition of GLHandleARB for Darwin (patch by lks, mantis #23975)
git-svn-id: trunk@23772 -
This commit is contained in:
parent
f00d9f6f84
commit
51cdef698f
@ -54,7 +54,11 @@ type
|
||||
PGLcharARB = ^GLcharARB;
|
||||
PPGLchar = ^PGLchar;
|
||||
|
||||
{$ifdef DARWIN}
|
||||
GLHandleARB = Pointer; // defined as void * in OpenGL.framework/glext.h
|
||||
{$else}
|
||||
GLhandleARB = Cardinal;
|
||||
{$endif}
|
||||
TGLhandleARB = GLhandleARB;
|
||||
PGLhandleARB = ^GLhandleARB;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user