Browse Source

* fix for breakage under Unix platforms - see also bug #20400

git-svn-id: trunk@19340 -
Tomas Hajny 14 years ago
parent
commit
f35aa5db26
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-process/src/process.pp

+ 2 - 0
packages/fcl-process/src/process.pp

@@ -160,6 +160,8 @@ Type
 
 
   EProcess = Class(Exception);
   EProcess = Class(Exception);
 
 
+Procedure CommandToList(S : String; List : TStrings);
+
 {$ifdef unix}
 {$ifdef unix}
 Var
 Var
   TryTerminals : Array of string;
   TryTerminals : Array of string;