mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 21:09:12 +02:00
added { OpenGL}
git-svn-id: trunk@15511 -
This commit is contained in:
parent
a99efdd11b
commit
89c5ca2c76
@ -16,6 +16,10 @@ unit opengl;
|
||||
{$Packrecords C}
|
||||
{$packenum 4} // verifyed with sizeof in C
|
||||
{$calling cdecl}
|
||||
{$ifndef ver_2_2_0}
|
||||
// fpc 2.2.0 doesn't support $linkframework
|
||||
{$linkframework OpenGL}
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
interface
|
||||
|
Loading…
Reference in New Issue
Block a user