Explorar el Código

[commons] cleanup

Exilon hace 5 años
padre
commit
242d1a3c50
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;