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