mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:39:25 +02:00
* some minor Delphi compat additions from 14802
git-svn-id: trunk@13857 -
This commit is contained in:
parent
ea85a7ec11
commit
6b76d64d3c
@ -53,6 +53,8 @@ type
|
||||
CY = CURRENCY;
|
||||
DATE = DOUBLE;
|
||||
BSTR = POLESTR;
|
||||
TOleDate = DATE;
|
||||
POleDate = ^TOleDate;
|
||||
|
||||
CONST
|
||||
GUID_NULL : TGUID = '{00000000-0000-0000-0000-000000000000}';
|
||||
@ -1201,6 +1203,9 @@ TYPE
|
||||
End;
|
||||
TBind_Opts = tagBIND_OPTS;
|
||||
PBind_Opts = ^TBind_Opts;
|
||||
TBindOpts = tagBIND_OPTS;
|
||||
PBindOpts = ^TBindOpts;
|
||||
Bind_Opts = tagBind_opts;
|
||||
|
||||
tagBIND_OPTS2_CPP = Record
|
||||
dwTrackFlags,
|
||||
@ -1560,6 +1565,7 @@ TYPE
|
||||
TYPEATTR = tagTYPEATTR;
|
||||
|
||||
LPTYPEATTR = ^TYPEATTR;
|
||||
PTYPEAttr = LPTYPEATTR;
|
||||
|
||||
tagTLIBATTR = Record
|
||||
GUID : guid;
|
||||
|
Loading…
Reference in New Issue
Block a user