Skip to content

Commit

Permalink
[commons] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
exilon committed Jul 14, 2020
1 parent c187255 commit 242d1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Quick.Commons.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 242d1a3

Please sign in to comment.