Browse Source

[commons] cleanup

Exilon 5 years ago
parent
commit
242d1a3c50
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Quick.Commons.pas

+ 2 - 0
Quick.Commons.pas

@@ -785,8 +785,10 @@ begin
 end;
 
 function NewGuidStr : string;
+{$IFNDEF DELPHIRX10_UP}
 var
   guid : TGUID;
+{$ENDIF}
 begin
   {$IFDEF DELPHIRX10_UP}
   Result := TGUID.NewGuid.ToString;