mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 22:52:12 +02:00
FpDebug: fix "EProcess" not found
This commit is contained in:
parent
6f0d8113cd
commit
5f9dd398f7
@ -60,6 +60,7 @@ type
|
|||||||
TDescriptorType = (dtStdIn, dtStdOut, dtStdErr);
|
TDescriptorType = (dtStdIn, dtStdOut, dtStdErr);
|
||||||
|
|
||||||
// forwards
|
// forwards
|
||||||
|
EProcess = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} EProcess;
|
||||||
TProcessOptions = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} TProcessOptions;
|
TProcessOptions = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} TProcessOptions;
|
||||||
TStartupOptions = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} TStartupOptions;
|
TStartupOptions = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} TStartupOptions;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user