Explorar el Código

* textrec updated to use codepointer

git-svn-id: trunk@24849 -
nickysn hace 12 años
padre
commit
01f8989ebc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;