From 242d1a3c50e0d972c42aaeda408779c926d4780e Mon Sep 17 00:00:00 2001 From: Exilon Date: Tue, 14 Jul 2020 18:46:39 +0200 Subject: [PATCH] [commons] cleanup --- Quick.Commons.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Quick.Commons.pas b/Quick.Commons.pas index c2ff1e2..171fd21 100644 --- a/Quick.Commons.pas +++ b/Quick.Commons.pas @@ -785,8 +785,10 @@ function NowStr : string; end; function NewGuidStr : string; +{$IFNDEF DELPHIRX10_UP} var guid : TGUID; +{$ENDIF} begin {$IFDEF DELPHIRX10_UP} Result := TGUID.NewGuid.ToString;