mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 11:39:25 +02:00
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 -
This commit is contained in:
parent
c8a5ab83f4
commit
3f1948fdb0
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user