Open
Description
Submitted by: Norbert Saint Georges (norpa)
the Firebird.pas file is distributed only in the linux version but in no other version.
in version 4.0.0.1629, there are the following errors:
In Pascal, "record" is a reserved word.
after renaming:
"record" to "frecord";
"integer32" to "Int32";
added:
ISC_TIME_TZ = Integer; // ?? I do not know the good value
ISC_TIMESTAMP_TZ = Integer; // ?? I do not know the good value
after these changes it compiles under Delphi and Typhoon Code.
Commits: 2d8ebe0