浏览代码

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