mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 08:09:49 +01:00
* Fix for 10491, pdatetime now defined.
git-svn-id: trunk@9563 -
This commit is contained in:
parent
e475735c43
commit
bce663bb43
@ -271,6 +271,7 @@ Type
|
|||||||
PAnsiString = ^AnsiString;
|
PAnsiString = ^AnsiString;
|
||||||
|
|
||||||
PDate = ^TDateTime;
|
PDate = ^TDateTime;
|
||||||
|
PDateTime = ^TDateTime;
|
||||||
PError = ^TError;
|
PError = ^TError;
|
||||||
PVariant = ^Variant;
|
PVariant = ^Variant;
|
||||||
POleVariant = ^OleVariant;
|
POleVariant = ^OleVariant;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user