mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:29:14 +02:00
* PSysCharset.
git-svn-id: trunk@3052 -
This commit is contained in:
parent
95be416b9d
commit
5d4300fd45
@ -190,6 +190,7 @@ const
|
|||||||
|
|
||||||
Type
|
Type
|
||||||
TSysCharSet = Set of char;
|
TSysCharSet = Set of char;
|
||||||
|
PSysCharSet = ^TSysCharSet;
|
||||||
|
|
||||||
Function FindCmdLineSwitch(const Switch: string; const Chars: TSysCharSet;IgnoreCase: Boolean): Boolean;
|
Function FindCmdLineSwitch(const Switch: string; const Chars: TSysCharSet;IgnoreCase: Boolean): Boolean;
|
||||||
Function FindCmdLineSwitch(const Switch: string; IgnoreCase: Boolean): Boolean;
|
Function FindCmdLineSwitch(const Switch: string; IgnoreCase: Boolean): Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user