Преглед на файлове

* PAnsiChar version of strDispose must be public

Michael VAN CANNEYT преди 2 години
родител
ревизия
d72f97b248
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      rtl/objpas/sysutils/syspchh.inc

+ 1 - 0
rtl/objpas/sysutils/syspchh.inc

@@ -41,4 +41,5 @@ function StrPCopy(Dest: PAnsiChar; Const Source: string): PAnsiChar;overload;
 function StrPLCopy(Dest: PAnsiChar; Const Source: string; MaxLen: SizeUInt): PAnsiChar;overload;
 function StrAlloc(Size: cardinal): PAnsiChar;
 function StrBufSize(Str: PAnsiChar): Cardinal;
+procedure StrDispose(Str: PAnsiChar); overload;