Parcourir la source

* textrec updated to use codepointer

git-svn-id: trunk@24849 -
nickysn il y a 12 ans
Parent
commit
01f8989ebc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rtl/inc/textrec.inc

+ 1 - 1
rtl/inc/textrec.inc

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