mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:09:15 +02:00
* compilation fixed
This commit is contained in:
parent
91531257eb
commit
97805c3fee
@ -165,7 +165,7 @@ type
|
|||||||
GLUtessVertexDataProc = procedure(p1, p2: Pointer); extdecl;
|
GLUtessVertexDataProc = procedure(p1, p2: Pointer); extdecl;
|
||||||
GLUtessEndDataProc = procedure(p: Pointer); extdecl;
|
GLUtessEndDataProc = procedure(p: Pointer); extdecl;
|
||||||
GLUtessErrorDataProc = procedure(p1: GLenum; p2: Pointer); extdecl;
|
GLUtessErrorDataProc = procedure(p1: GLenum; p2: Pointer); extdecl;
|
||||||
GLUtessCombineDataProc = procedure(p1: var T3dArray; var p2: T4pArray; var p3: T4fArray;
|
GLUtessCombineDataProc = procedure(var p1: T3dArray; var p2: T4pArray; var p3: T4fArray;
|
||||||
p4: PPointer; p5: Pointer); extdecl;
|
p4: PPointer; p5: Pointer); extdecl;
|
||||||
|
|
||||||
// gluNurbsCallback
|
// gluNurbsCallback
|
||||||
@ -522,7 +522,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2005-05-06 15:02:55 michael
|
Revision 1.7 2005-05-06 17:02:07 florian
|
||||||
|
* compilation fixed
|
||||||
|
|
||||||
|
Revision 1.6 2005/05/06 15:02:55 michael
|
||||||
+ Fixed array declarations which need to be var
|
+ Fixed array declarations which need to be var
|
||||||
|
|
||||||
Revision 1.5 2005/02/14 17:13:21 peter
|
Revision 1.5 2005/02/14 17:13:21 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user