[Lazarus] SynEdit, synedithighlighter.pp have unnessary TBetterRegistry class
Zaher Dirkey
parmaja at gmail.com
Sun Jun 3 19:10:39 CEST 2012
Hi, Martin
In synedithighlighter.pp
No need TBetterRegistry it is has undefined function in SYN_COMPILER_4_UP
{$DEFINE _Gp_MustEnhanceRegistry}
{$IFDEF SYN_COMPILER_4_UP}
{$UNDEF _Gp_MustEnhanceRegistry}
{$ENDIF}
type
TBetterRegistry = class(TRegistry)
{$IFDEF _Gp_MustEnhanceRegistry}
function OpenKeyReadOnly(const Key: string): Boolean;
{$ENDIF}
end;
I need permission to remove it and replace it to TRegistry to who use it.
Best Regards
Zaher Dirkey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20120603/c662e45d/attachment-0002.html>
More information about the Lazarus
mailing list