* textrec updated to use codepointer

git-svn-id: trunk@24849 -
This commit is contained in:
nickysn 2013-06-09 18:21:21 +00:00
parent 0d51ecdd00
commit 01f8989ebc

View File

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