mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
removed lib dependency from synedit
git-svn-id: trunk@9768 -
This commit is contained in:
parent
5e11231e28
commit
cc86a7123d
@ -649,12 +649,15 @@ function RegExprSubExpressions (const ARegExpr : string;
|
||||
|
||||
implementation
|
||||
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
{$ELSE}
|
||||
uses
|
||||
{$IFDEF SYN_WIN32}
|
||||
Windows; // CharUpper/Lower
|
||||
{$ELSE}
|
||||
Libc; //Qt.pas from Borland does not expose char handling functions
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
const
|
||||
TRegExprVersionMajor : integer = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user