Explorar el Código

Declare MaybeQuoted function in interface

git-svn-id: trunk@28918 -
pierre hace 11 años
padre
commit
34bf64abd0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ide/fpredir.pas

+ 1 - 0
ide/fpredir.pas

@@ -56,6 +56,7 @@ Var
 procedure InitRedir;
 function ExecuteRedir (Const ProgName, ComLine, RedirStdIn, RedirStdOut, RedirStdErr : String) : boolean;
 procedure DosExecute(ProgName, ComLine : String);
+function MaybeQuoted(const s:string):string;
 
 function  ChangeRedirOut(Const Redir : String; AppendToFile : Boolean) : Boolean;
 procedure RestoreRedirOut;