aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/SQLite/SQLiteTable3.pas
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-18 10:54:41 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-18 10:54:41 +0000
commit7e2e8a8f5a195ac0c49dcb941d065dd9bf0e0256 (patch)
tree19450fc8e002e717082a2adddd0262419257305f /Game/Code/lib/SQLite/SQLiteTable3.pas
parent12a7652fe6cf20441dec4aae8156978bf751861f (diff)
downloadusdx-7e2e8a8f5a195ac0c49dcb941d065dd9bf0e0256.tar.gz
usdx-7e2e8a8f5a195ac0c49dcb941d065dd9bf0e0256.tar.xz
usdx-7e2e8a8f5a195ac0c49dcb941d065dd9bf0e0256.zip
SQLite unit's modified and tested to be lazarus compatible.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@389 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/SQLite/SQLiteTable3.pas')
-rw-r--r--Game/Code/lib/SQLite/SQLiteTable3.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/Game/Code/lib/SQLite/SQLiteTable3.pas b/Game/Code/lib/SQLite/SQLiteTable3.pas
index 19346915..e09cc7a0 100644
--- a/Game/Code/lib/SQLite/SQLiteTable3.pas
+++ b/Game/Code/lib/SQLite/SQLiteTable3.pas
@@ -17,6 +17,10 @@ unit SQLiteTable3;
interface
+{$IFDEF FPC}
+ {$MODE Delphi}
+{$ENDIF}
+
uses
Windows, SQLite3, Classes, SysUtils;