* declare pointers to variants only if the variant feature is available

git-svn-id: trunk@37809 -
This commit is contained in:
florian 2017-12-25 21:20:05 +00:00
parent d3553337ca
commit 82f452bb7c

View File

@ -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;