FpDebug: fix "EProcess" not found

This commit is contained in:
Martin 2024-03-18 20:47:12 +01:00
parent 6f0d8113cd
commit 5f9dd398f7

View File

@ -60,6 +60,7 @@ type
TDescriptorType = (dtStdIn, dtStdOut, dtStdErr);
// forwards
EProcess = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} EProcess;
TProcessOptions = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} TProcessOptions;
TStartupOptions = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} TStartupOptions;