You've already forked lazarus-ccr
RxFPC:use rx.inc in all modules
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8042 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
|
||||
unit exsortsql;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$I rx.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
unit RxSortSqlDB;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$I rx.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
Reference in New Issue
Block a user