* Use correct define for regexpr, name has changed

This commit is contained in:
Michaël Van Canneyt 2022-07-02 12:18:20 +02:00
parent d6dbcb5c8b
commit c286e44499

View File

@ -1,4 +1,4 @@
{$define unicode}
{$define unicodere}
{$macro on}
{$define regexpr:=uregexpr}
{$I regexpr.pas}