removed lib dependency from synedit

git-svn-id: trunk@9768 -
This commit is contained in:
mattias 2006-08-29 20:53:40 +00:00
parent 5e11231e28
commit cc86a7123d

View File

@ -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;