mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 13:38:45 +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,
|
||||
inoutfunc,
|
||||
flushfunc,
|
||||
closefunc : pointer;
|
||||
closefunc : codepointer;
|
||||
UserData : array[1..32] of byte;
|
||||
name : array[0..textrecnamelength-1] of char;
|
||||
LineEnd : TLineEndStr;
|
||||
|
Loading…
Reference in New Issue
Block a user