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

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

# Line 24 | Line 24
24   {       Corporation. All Rights Reserved.                                }
25   {    Contributor(s): Jeff Overcash                                       }
26   {                                                                        }
27 + {    IBX For Lazarus (Firebird Express)                                  }
28 + {    Contributor: Tony Whyman, MWA Software http://www.mwasoftware.co.uk }
29 + {    Portions created by MWA Software are copyright McCallum Whyman      }
30 + {    Associates Ltd 2011                                                 }
31 + {                                                                        }
32   {************************************************************************}
33  
34   unit IBExternals;
# Line 33 | Line 38 | unit IBExternals;
38   interface
39  
40   uses
41 < {$IFDEF LINUX }
42 <  unix;
41 > {$IFDEF WINDOWS }
42 >  Windows
43   {$ELSE}
44 <  Windows;
44 >  unix
45   {$ENDIF}
46 <
46 > ;
47   type
48    Int                  = LongInt; { 32 bit signed }
49    UInt                 = DWord;   { 32 bit unsigned }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines