mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 01:29:18 +02:00
* more deprecations. Copies of stringtypes usually defined in unit dos, but
that are no longer needed. git-svn-id: trunk@21358 -
This commit is contained in:
parent
959efe1f54
commit
043ff2c81c
@ -20,11 +20,11 @@ var
|
||||
Tzseconds : Longint;
|
||||
|
||||
Type
|
||||
ComStr = String[255];
|
||||
PathStr = String[255];
|
||||
DirStr = String[255];
|
||||
NameStr = String[255];
|
||||
ExtStr = String[255];
|
||||
ComStr = String[255] deprecated 'Clean up shortstring use, or use same type from unit dos.';
|
||||
PathStr = String[255] deprecated 'Clean up shortstring use, or use same type from unit dos.';
|
||||
DirStr = String[255] deprecated 'Clean up shortstring use, or use same type from unit dos.';
|
||||
NameStr = String[255] deprecated 'Clean up shortstring use, or use same type from unit dos.';
|
||||
ExtStr = String[255] deprecated 'Clean up shortstring use, or use same type from unit dos.';
|
||||
|
||||
Function Dirname(Const path:pathstr):pathstr; deprecated;
|
||||
Function StringToPPChar(S: PChar;ReserveEntries:integer):ppchar;
|
||||
|
Loading…
Reference in New Issue
Block a user