mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 08:11:30 +02:00
* fix PString
This commit is contained in:
parent
a1d79a323a
commit
fb74ebbf6c
@ -12,12 +12,12 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
unit objpas;
|
||||
{$Mode ObjFpc}
|
||||
{$I-}
|
||||
{$ifndef Unix}
|
||||
{$S-}
|
||||
{$endif}
|
||||
unit objpas;
|
||||
|
||||
interface
|
||||
|
||||
@ -37,7 +37,11 @@ interface
|
||||
{$endif CPU16}
|
||||
|
||||
{ Ansistring are the default }
|
||||
{$IF SIZEOF(Char)=2}
|
||||
PString = PWideString;
|
||||
{$ELSE}
|
||||
PString = PAnsiString;
|
||||
{$ENDIF}
|
||||
|
||||
{ array types }
|
||||
{$ifdef CPU16}
|
||||
|
Loading…
Reference in New Issue
Block a user