ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBIntf.pas
(Generate patch)

Comparing ibx/trunk/runtime/IBIntf.pas (file contents):
Revision 34 by tony, Sat Jul 18 12:30:52 2015 UTC vs.
Revision 35 by tony, Tue Jan 26 14:38:47 2016 UTC

# Line 54 | Line 54 | var
54    isc_vax_integer: Tisc_vax_integer;
55    isc_portable_integer: Tisc_portable_integer;
56    isc_blob_info: Tisc_blob_info;
57 +  isc_blob_lookup_desc: Tisc_blob_lookup_desc;
58    isc_open_blob2: Tisc_open_blob2;
59    isc_close_blob: Tisc_close_blob;
60    isc_get_segment: Tisc_get_segment;
# Line 309 | Line 310 | begin
310      isc_vax_integer := GetProcAddr('isc_vax_integer'); {do not localize}
311      isc_portable_integer := GetProcAddr('isc_portable_integer'); {do not localize}
312      isc_blob_info := GetProcAddr('isc_blob_info'); {do not localize}
313 +    isc_blob_lookup_desc := GetProcAddr('isc_blob_lookup_desc');  {do not localize}
314      isc_open_blob2 := GetProcAddr('isc_open_blob2'); {do not localize}
315      isc_close_blob := GetProcAddr('isc_close_blob'); {do not localize}
316      isc_get_segment := GetProcAddr('isc_get_segment'); {do not localize}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines