added { OpenGL}

git-svn-id: trunk@15511 -
This commit is contained in:
vincents 2008-06-22 18:25:56 +00:00
parent a99efdd11b
commit 89c5ca2c76

View File

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