mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
* declare pointers to variants only if the variant feature is available
git-svn-id: trunk@37809 -
This commit is contained in:
parent
d3553337ca
commit
82f452bb7c
@ -486,8 +486,10 @@ Type
|
||||
PDateTime = ^TDateTime;
|
||||
{$endif}
|
||||
PError = ^TError;
|
||||
{$ifdef FPC_HAS_FEATURE_VARIANTS}
|
||||
PVariant = ^Variant;
|
||||
POleVariant = ^OleVariant;
|
||||
{$endif FPC_HAS_FEATURE_VARIANTS}
|
||||
|
||||
PWideChar = ^WideChar;
|
||||
PPWideChar = ^PWideChar;
|
||||
|
Loading…
Reference in New Issue
Block a user