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

Comparing ibx/trunk/runtime/IBExtract.pas (file contents):
Revision 6 by tony, Fri Feb 18 16:26:16 2011 UTC vs.
Revision 7 by tony, Sun Aug 5 18:28:19 2012 UTC

# Line 16 | Line 16
16   {    IBX Version 4.2 or higher required                                  }
17   {    Contributor(s): Jeff Overcash                                       }
18   {                                                                        }
19 + {    IBX For Lazarus (Firebird Express)                                  }
20 + {    Contributor: Tony Whyman, MWA Software http://www.mwasoftware.co.uk }
21 + {    Portions created by MWA Software are copyright McCallum Whyman      }
22 + {    Associates Ltd 2011                                                 }
23 + {                                                                        }
24   {************************************************************************}
25  
26   unit IBExtract;
# Line 25 | Line 30 | unit IBExtract;
30   interface
31  
32   uses
33 < {$IFDEF LINUX }
29 <  unix,
30 < {$ELSE}
33 > {$IFDEF WINDOWS }
34    Windows,
35 + {$ELSE}
36 +  unix,
37   {$ENDIF}
38 <  Messages, SysUtils, Classes, IBDatabase, IBDatabaseInfo,
38 >  SysUtils, Classes, IBDatabase, IBDatabaseInfo,
39    IBSQL, IBUtils, IBHeader, IB, IBIntf;
40  
41   type

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines