From 7e2e8a8f5a195ac0c49dcb941d065dd9bf0e0256 Mon Sep 17 00:00:00 2001 From: jaybinks Date: Tue, 18 Sep 2007 10:54:41 +0000 Subject: 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 --- Game/Code/lib/SQLite/SQLiteTable3.pas | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Game/Code/lib/SQLite/SQLiteTable3.pas') 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; -- cgit v1.2.3