for information, the differential from yesterday's "firebird.pas"

139c139,140
<    ISC_USHORT = word; { 16 bit unsigned }
---
        ISC_USHORT = word;              { 16 bit unsigned }
        ISC_SHORT = smallint;   { 16 bit signed }
145a147,152
        ISC_TIME_TZ_EX = record
                utc_time: ISC_TIME;
                time_zone: ISC_USHORT;
                ext_offset: ISC_SHORT;
        end;

153a161,166
        end;

        ISC_TIMESTAMP_TZ_EX = record
                utc_timestamp: ISC_TIMESTAMP;
                time_zone: ISC_USHORT;
                ext_offset: ISC_SHORT;

--
Norbert Saint Georges
http://tetrasys.fi



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to