mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-07 12:19:14 +02:00
* textrec updated to use codepointer
git-svn-id: trunk@24849 -
This commit is contained in:
parent
0d51ecdd00
commit
01f8989ebc
@ -43,7 +43,7 @@ type
|
|||||||
openfunc,
|
openfunc,
|
||||||
inoutfunc,
|
inoutfunc,
|
||||||
flushfunc,
|
flushfunc,
|
||||||
closefunc : pointer;
|
closefunc : codepointer;
|
||||||
UserData : array[1..32] of byte;
|
UserData : array[1..32] of byte;
|
||||||
name : array[0..textrecnamelength-1] of char;
|
name : array[0..textrecnamelength-1] of char;
|
||||||
LineEnd : TLineEndStr;
|
LineEnd : TLineEndStr;
|
||||||
|
Loading…
Reference in New Issue
Block a user