doublecmd/src/uregexprw.pas
2025-05-31 20:26:31 +03:00

7 lines
156 B
ObjectPascal

{$define UnicodeRE}
{$macro on}
{$define FastUnicodeData}
{$define uRegExprA := uRegExprW}
{$define TRegExpr := TRegExprW}
{$include uregexpra.pas}