mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 17:49:27 +02:00
* Fixed compilation
git-svn-id: trunk@6297 -
This commit is contained in:
parent
e37b97cfbf
commit
76c8c2aa69
@ -63,10 +63,6 @@ type
|
||||
TProviderFlag = (pfInUpdate, pfInWhere, pfInKey, pfHidden);
|
||||
TProviderFlags = set of TProviderFlag;
|
||||
|
||||
{ Part of DBCommon, but temporary defined here (bug 8206) }
|
||||
|
||||
TFieldMap = array[TFieldType] of Byte;
|
||||
|
||||
{ Forward declarations }
|
||||
|
||||
TFieldDef = class;
|
||||
@ -118,6 +114,10 @@ type
|
||||
ftDataSet, ftOraBlob, ftOraClob, ftVariant, ftInterface,
|
||||
ftIDispatch, ftGuid, ftTimeStamp, ftFMTBcd);
|
||||
|
||||
{ Part of DBCommon, but temporary defined here (bug 8206) }
|
||||
|
||||
TFieldMap = array[TFieldType] of Byte;
|
||||
|
||||
{ TDateTimeRec }
|
||||
|
||||
TDateTimeAlias = type TDateTime;
|
||||
|
Loading…
Reference in New Issue
Block a user