From 3f1948fdb0019e39843e0c84ee89a76185f89737 Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 16 Dec 2013 22:40:38 +0000 Subject: [PATCH] Merged revision(s) 43558 #c16dcaa5d3 from trunk: Components, SQLDb: fixed incorrect versioning directive (apparently nobody tried to compile bigide with FPC 2.6.0 since August) ........ git-svn-id: branches/fixes_1_2@43559 - --- components/sqldb/registersqldb.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sqldb/registersqldb.pas b/components/sqldb/registersqldb.pas index 4b70dfbe7a..099586126b 100644 --- a/components/sqldb/registersqldb.pas +++ b/components/sqldb/registersqldb.pas @@ -18,7 +18,7 @@ unit registersqldb; {$DEFINE HASSQLITE3CONNECTION} {$ENDIF} -{$IFDEF FPC_FULLVERSION>=20602} +{$IF FPC_FULLVERSION>=20602} {$DEFINE HASSQLITE3CONNECTION} // Include for win64, if fpc > 2.6.2 {$ENDIF}