At work, I have Delphi Enterprise, and at home I have Delphi Professional. My project contains FireDAC connections for Firebird and MS-SQL.
The problem is, FireDAC for MS-SQL is only included in Delphi Enterprise, but not in Delphi Professional.
Now, I would like to add some ifdef
statements.
Does something like ifdef PRO
or ifdef ENT
exist?